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

This commit is contained in:
Michael Comella 2020-10-06 09:39:10 -07:00 committed by Michael Comella
parent 3e96f6b385
commit d2467f7541
1 changed files with 1 additions and 0 deletions

View File

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