From 3a3c1cf4bb6562040dafceb1367ef2ccdc35f0e0 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 5 Mar 2020 18:33:41 +0300 Subject: [PATCH] Long method now 40 rows long --- kotlin/detekt-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/detekt-config.yml b/kotlin/detekt-config.yml index 9feab3b..3afb6fa 100644 --- a/kotlin/detekt-config.yml +++ b/kotlin/detekt-config.yml @@ -70,7 +70,7 @@ complexity: threshold: 800 LongMethod: active: true - threshold: 80 + threshold: 40 LongParameterList: active: true threshold: 10