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