Update detekt.yml
This commit is contained in:
@@ -28,8 +28,7 @@ complexity:
|
||||
threshold: 5
|
||||
ignoreDefaultParameters: true
|
||||
MethodOverloading:
|
||||
active: true
|
||||
threshold: 5
|
||||
active: false
|
||||
NestedBlockDepth:
|
||||
active: true
|
||||
threshold: 3
|
||||
@@ -163,8 +162,7 @@ naming:
|
||||
active: true
|
||||
maximumVariableNameLength: 64
|
||||
VariableMinLength:
|
||||
active: true
|
||||
minimumVariableNameLength: 1
|
||||
active: false
|
||||
VariableNaming:
|
||||
active: true
|
||||
variablePattern: '[a-z][A-Za-z0-9]*'
|
||||
|
||||
Reference in New Issue
Block a user