Update detekt.yml

This commit is contained in:
Mygod
2018-02-04 15:08:03 -08:00
parent 474018422c
commit 14d9d3f4a7

View File

@@ -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]*'