From 14d9d3f4a7125533c5ca6d7d2b355e7b01995218 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 4 Feb 2018 15:08:03 -0800 Subject: [PATCH] Update detekt.yml --- detekt.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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]*'