1
0
Fork 0

Change enabled lint rules (#12517)

master
Tiger Oakes 2020-07-17 15:17:16 -07:00 committed by GitHub
parent 13949d6968
commit 693af257aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,7 +8,13 @@
Let's just ignore issues in the Sentry code since that is a third-party dependency anyways. -->
<ignore path="**/sentry*.jar" />
</issue>
<!-- Lints that don't apply to our translation process -->
<issue id="MissingTranslation" severity="ignore" />
<issue id="PluralsCandidate" severity="ignore" />
<issue id="StringFormatCount" severity="ignore" />
<issue id="TypographyEllipsis" severity="ignore" />
<issue id="ExtraTranslation" severity="warning" />
<!-- Lints that are disabled by default -->
<issue id="ConvertToWebp" severity="warning" />
</lint>