Commit d2467f75 authored by Michael Comella's avatar Michael Comella Committed by Michael Comella
Browse files

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

parent 3e96f6b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ mozilla-detekt-rules:
    bannedProperties: "BuildConfig.DEBUG"
  MozillaStrictModeSuppression:
    active: true
    excludes: "**/*Test.kt, **/*Spec.kt, **/test/**, **/androidTest/**"
  MozillaCorrectUnitTestRunner:
    active: true