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