Fixes #1498 - Ignores missing translation lint

nightly-build-test
Jeff Boek 6 years ago
parent 070b7a397d
commit 23f6b046b1

@ -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>

Loading…
Cancel
Save