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