feat: enriched enrichments (#566)

This commit is contained in:
Ryan Brink
2024-01-21 14:15:21 -05:00
committed by GitHub
parent c7545b1072
commit ac464ea9ca
49 changed files with 1371 additions and 724 deletions

View File

@ -5,8 +5,8 @@ complexity:
active: true
functionThreshold: 10
constructorThreshold: 15
ComplexMethod:
threshold: 20
CyclomaticComplexMethod:
threshold: 15
style:
MaxLineLength:
excludes: ['**/test/**/*']