For #13959 - post: ignore new StrictMode rule in tests.

pull/216/head
Michael Comella 4 years ago committed by Michael Comella
parent 3e96f6b385
commit d2467f7541

@ -114,6 +114,7 @@ mozilla-detekt-rules:
bannedProperties: "BuildConfig.DEBUG"
MozillaStrictModeSuppression:
active: true
excludes: "**/*Test.kt, **/*Spec.kt, **/test/**, **/androidTest/**"
MozillaCorrectUnitTestRunner:
active: true

Loading…
Cancel
Save