summaryrefslogtreecommitdiffhomepage
path: root/android/config/lint.xml
blob: 1d783264bfd0537a16c61f2f1fc4205a8e95c8a7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- Ignore the following rules as they don't match our localization workflow. -->
    <issue id="ExtraTranslation" severity="ignore" />
    <issue id="MissingTranslation" severity="ignore" />
    <issue id="Typos" severity="ignore" />
    <issue id="UnusedResources">
        <ignore path="res/values/strings.xml" />
    </issue>
</lint>