Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Change enabled lint rules (#12517)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Jul 17, 2020
1 parent 13949d6 commit 693af25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 693af25

Please sign in to comment.