summaryrefslogtreecommitdiff
path: root/android/source/lint.xml
blob: bfcae7ec03cfa88224db74cb205a24a7d7868c3c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- Disable check for extra resources in translations, Weblate takes care of
         removing these. -->
    <issue id="UnusedResources">
        <ignore path="res/values-*/strings.xml" />
    </issue>
</lint>