Skip to content

Commit

Permalink
suppress bad lint about typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 18, 2021
1 parent df42121 commit e88f6d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
<issue id="QueryAllPackagesPermission">
<ignore path="src/main/AndroidManifest.xml"/>
</issue>

<issue id="Typos">
<ignore path="src/main/res/values/strings.xml"/>
</issue>
</lint>

0 comments on commit e88f6d8

Please sign in to comment.