summaryrefslogtreecommitdiff
path: root/config/lint/lint.xml
blob: 41765eee00e96ee58f05f9fc51684a7113ab5838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="MissingTranslation" severity="ignore" />
    <issue id="OldTargetApi" severity="ignore" />
    <issue id="GoogleAppIndexingWarning" severity="ignore" />

    <!-- Transifex and Lint disagree on what quantities are necessary -->
    <issue id="UnusedQuantity" severity="warning">
        <ignore path="src/main/res/values-*/strings.xml" />
    </issue>
    <issue id="MissingQuantity" severity="warning">
        <ignore path="src/main/res/values-*/strings.xml" />
    </issue>

    <!-- Remove this when we have separate Transifex resources for plugins -->
    <issue id="ExtraTranslation" severity="error">
        <ignore path="src/main/res/values-zh-rTW/plugin_strings.xml" />
    </issue>
</lint>