mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Fix more Lint warnings
This commit is contained in:
parent
6924d68376
commit
c597d63ae6
15
lint.xml
15
lint.xml
@ -1,4 +1,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>
|
||||
|
Loading…
Reference in New Issue
Block a user