diff --git a/app/detekt.yml b/app/detekt.yml index 8423574a88..340c732786 100644 --- a/app/detekt.yml +++ b/app/detekt.yml @@ -69,7 +69,7 @@ complexity: excludes: ['**/androidTest/**'] LongParameterList: active: true - functionThreshold: 6 + functionThreshold: 7 constructorThreshold: 6 ignoreDefaultParameters: false MethodOverloading: