From afaa32863e51cfdf3da0969201d36ffc7ba3a791 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 4 Mar 2020 15:14:52 +0300 Subject: [PATCH] detekt config update --- kotlin/detekt-config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kotlin/detekt-config.yml b/kotlin/detekt-config.yml index ae7a865..9feab3b 100644 --- a/kotlin/detekt-config.yml +++ b/kotlin/detekt-config.yml @@ -20,7 +20,7 @@ formatting: android: true autoCorrect: true MaximumLineLength: - active: false + active: true console-reports: active: true @@ -69,8 +69,8 @@ complexity: active: true threshold: 800 LongMethod: - active: false - threshold: 40 + active: true + threshold: 80 LongParameterList: active: true threshold: 10