2014-04-07 16:48:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<lint>
|
|
|
|
<issue id="MissingTranslation" severity="ignore" />
|
2015-05-20 22:15:53 +00:00
|
|
|
<issue id="OldTargetApi" severity="ignore" />
|
2016-02-13 07:19:19 +00:00
|
|
|
<issue id="GoogleAppIndexingWarning" severity="ignore" />
|
2014-04-08 19:03:33 +00:00
|
|
|
|
|
|
|
<!-- Transifex and Lint disagree on what quantities are necessary -->
|
|
|
|
<issue id="UnusedQuantity" severity="warning">
|
2014-12-19 22:21:09 +00:00
|
|
|
<ignore path="src/main/res/values-*/strings.xml" />
|
2014-04-08 19:03:33 +00:00
|
|
|
</issue>
|
|
|
|
<issue id="MissingQuantity" severity="warning">
|
2014-12-19 22:21:09 +00:00
|
|
|
<ignore path="src/main/res/values-*/strings.xml" />
|
2014-04-08 19:03:33 +00:00
|
|
|
</issue>
|
|
|
|
|
|
|
|
<!-- Remove this when we have separate Transifex resources for plugins -->
|
|
|
|
<issue id="ExtraTranslation" severity="error">
|
2014-12-19 22:21:09 +00:00
|
|
|
<ignore path="src/main/res/values-zh-rTW/plugin_strings.xml" />
|
2014-04-08 19:03:33 +00:00
|
|
|
</issue>
|
2014-04-07 16:48:57 +00:00
|
|
|
</lint>
|