Add lint.xml with ignores for MissingTranslation
This commit is contained in:
parent
8411dd4f9c
commit
91cf8c9472
8
lint.xml
Normal file
8
lint.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user