diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2014-11-16 07:05:18 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2014-11-16 07:05:18 +0100 |
commit | d84d05c05774b71ef021f634bf965382acd11aa2 (patch) | |
tree | 4c916144bbcb5562ba7e2e0883d27566b3e3c8b9 /tests | |
parent | a2f526d23567f9a56fa4e3d4c911348f119bcc85 (diff) | |
download | cgeo-d84d05c05774b71ef021f634bf965382acd11aa2.zip cgeo-d84d05c05774b71ef021f634bf965382acd11aa2.tar.gz cgeo-d84d05c05774b71ef021f634bf965382acd11aa2.tar.bz2 |
ignore invalid package references in tests
Also updates lint exclusions of external projects.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lint.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lint.xml b/tests/lint.xml index 88294aa..ce0d54f 100644 --- a/tests/lint.xml +++ b/tests/lint.xml @@ -2,4 +2,7 @@ <lint> <issue id="Assert" severity="ignore" /> <issue id="IconMissingDensityFolder" severity="ignore" /> + <issue id="InvalidPackage"> + <ignore path="libs/espresso-1.1-bundled.jar" /> + </issue> </lint>
\ No newline at end of file |