Add lint.xml with ignores for MissingTranslation

This commit is contained in:
Daniel Martí 2014-01-08 13:04:00 +01:00
parent 8411dd4f9c
commit 91cf8c9472

8
lint.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Remove severity="ignore" to see the missing translations -->
<issue id="MissingTranslation" severity="ignore" >
<ignore path="res/values/no_trans.xml" />
<ignore path="res/values/default_repo.xml" />
</issue>
</lint>