diff --git a/detekt.yml b/detekt.yml index 771890bf2..6fe52f753 100644 --- a/detekt.yml +++ b/detekt.yml @@ -48,7 +48,7 @@ complexity: active: true ComplexCondition: active: true - threshold: 4 + threshold: 5 ComplexInterface: active: false threshold: 10