21 lines
411 B
YAML
21 lines
411 B
YAML
complexity:
|
|
TooManyFunctions:
|
|
active: false
|
|
LongParameterList:
|
|
active: true
|
|
functionThreshold: 10
|
|
constructorThreshold: 10
|
|
ComplexMethod:
|
|
threshold: 20
|
|
formatting:
|
|
ParameterListWrapping:
|
|
active: false
|
|
style:
|
|
MaxLineLength:
|
|
excludes: ['**/test/**/*', '**/testIntegration/**/*']
|
|
active: true
|
|
maxLineLength: 120
|
|
naming:
|
|
ConstructorParameterNaming:
|
|
active: false
|