Bug 1252557 - Add ignore for HardcodedDebugMode. r=nalexander

MozReview-Commit-ID: JxPAavBCqN1

--HG--
extra : rebase_source : b6db0f3a678a3311fcd26fd678a73e328f179414
This commit is contained in:
Michael Comella 2016-03-01 10:40:19 -08:00
Родитель a9e7879204
Коммит c8e0a3a64f
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,12 @@
<!-- We have a custom menu and don't conform to the recommended styles. -->
<issue id="IconColors" severity="ignore" />
<!-- We use our own preprocessing to either add or remove
`android:debuggable` when building with mach so it's
not actually hard-coded. We can probably remove this
warning when we switch to gradle. -->
<issue id="HardcodedDebugMode" severity="ignore" />
<!-- We want all lint warnings to be fatal errors.
Right now, we set these to lint warnings so: