Configure android lint

This commit is contained in:
Miłosz Sieradzki 2014-07-20 00:57:56 +02:00
parent b9086baf0b
commit 335beb1a00
2 changed files with 5 additions and 2 deletions

View File

@ -12,4 +12,4 @@ before_install:
install:
- ./setup-ant.sh
script:
- ant debug
- lint -w --exitcode --disable MissingTranslation . && ant debug

View File

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="all">
<ignore path="external/**" />
</issue>
<issue id="NewApi" severity="ignore" />
</lint>
</lint>