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
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Jul 13, 2020
1 parent 1261da0 commit 09203fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
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" />
<issue id="DuplicateStrings" severity="warning" />
</lint>

0 comments on commit 09203fd

Please sign in to comment.