breaking change: V3 alpha (#256)
This commit is contained in:
@ -4,17 +4,15 @@ complexity:
|
||||
LongParameterList:
|
||||
active: true
|
||||
functionThreshold: 10
|
||||
constructorThreshold: 10
|
||||
constructorThreshold: 15
|
||||
ComplexMethod:
|
||||
threshold: 20
|
||||
formatting:
|
||||
ParameterListWrapping:
|
||||
active: false
|
||||
style:
|
||||
MaxLineLength:
|
||||
excludes: ['**/test/**/*']
|
||||
active: true
|
||||
maxLineLength: 120
|
||||
excludeCommentStatements: true
|
||||
MagicNumber:
|
||||
excludes: ['**/kompendium-playground/**/*', '**/test/**/*']
|
||||
naming:
|
||||
|
Reference in New Issue
Block a user