diff --git a/detekt.yml b/detekt.yml index 02eaab87..ef1033e1 100644 --- a/detekt.yml +++ b/detekt.yml @@ -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]*'