Files
kompendium/detekt.yml
2021-10-17 17:05:36 +00:00

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