diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index f5c46ccd3..93c779e23 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -394,7 +394,7 @@ performance: active: true excludes: "**/test/**,**/androidTest/**,**/*.Test.kt,**/*.Spec.kt,**/*.Spek.kt" SpreadOperator: - active: true + active: false excludes: "**/test/**,**/androidTest/**,**/*.Test.kt,**/*.Spec.kt,**/*.Spek.kt" UnnecessaryTemporaryInstantiation: active: true