forked from thunderbird/thunderbird-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlint.xml
More file actions
19 lines (17 loc) · 729 Bytes
/
lint.xml
File metadata and controls
19 lines (17 loc) · 729 Bytes
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" />
<!-- Transifex and Lint disagree on what quantities are necessary -->
<issue id="UnusedQuantity" severity="warning">
<ignore path="res/values-tr/strings.xml" />
<ignore path="res/values-hu/strings.xml" />
</issue>
<issue id="MissingQuantity" severity="warning">
<ignore path="res/values-ru/strings.xml" />
<ignore path="res/values-uk/strings.xml" />
</issue>
<!-- Remove this when we have separate Transifex resources for plugins -->
<issue id="ExtraTranslation" severity="error">
<ignore path="res/values-zh-rTW/plugin_strings.xml" />
</issue>
</lint>