diff --git a/config/detekt.yml b/config/detekt.yml index d178ee322..9e5d45ee9 100644 --- a/config/detekt.yml +++ b/config/detekt.yml @@ -114,6 +114,7 @@ mozilla-detekt-rules: bannedProperties: "BuildConfig.DEBUG" MozillaStrictModeSuppression: active: true + excludes: "**/*Test.kt, **/*Spec.kt, **/test/**, **/androidTest/**" MozillaCorrectUnitTestRunner: active: true