feat: v2-alpha (#112)
There are still some bugs, still some outstanding features, but I don't want to hold this back any longer, that way I can keep the future PRs much more focused
This commit is contained in:
@ -12,9 +12,14 @@ formatting:
|
||||
active: false
|
||||
style:
|
||||
MaxLineLength:
|
||||
excludes: ['**/test/**/*', '**/testIntegration/**/*']
|
||||
excludes: ['**/test/**/*']
|
||||
active: true
|
||||
maxLineLength: 120
|
||||
MagicNumber:
|
||||
excludes: ['**/kompendium-playground/**/*', '**/test/**/*']
|
||||
naming:
|
||||
ConstructorParameterNaming:
|
||||
active: false
|
||||
performance:
|
||||
SpreadOperator:
|
||||
active: false
|
||||
|
Reference in New Issue
Block a user