2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Fixes #1498 - Ignores missing translation lint

This commit is contained in:
Jeff Boek 2019-04-11 08:49:20 -07:00
parent 070b7a397d
commit 23f6b046b1

View File

@ -8,5 +8,6 @@
Let's just ignore issues in the Sentry code since that is a third-party dependency anyways. --> Let's just ignore issues in the Sentry code since that is a third-party dependency anyways. -->
<ignore path="**/sentry*.jar" /> <ignore path="**/sentry*.jar" />
</issue> </issue>
<issue id="MissingTranslation" severity="ignore" />
</lint> </lint>