diff options
| -rw-r--r-- | android-support-v7-appcompat/lint.xml | 1 | ||||
| -rw-r--r-- | google-play-services_lib/lint.xml | 1 | ||||
| -rw-r--r-- | mapswithme-api/lint.xml | 1 | ||||
| -rw-r--r-- | showcaseview/lint.xml | 1 | ||||
| -rw-r--r-- | tests/lint.xml | 3 |
5 files changed, 7 insertions, 0 deletions
diff --git a/android-support-v7-appcompat/lint.xml b/android-support-v7-appcompat/lint.xml index 27b4e93..a41ed72 100644 --- a/android-support-v7-appcompat/lint.xml +++ b/android-support-v7-appcompat/lint.xml @@ -18,6 +18,7 @@ <issue id="CommitPrefEdits" severity="ignore" /> <issue id="CommitTransaction" severity="ignore" /> <issue id="ContentDescription" severity="ignore" /> + <issue id="CustomViewStyleable" severity="ignore" /> <issue id="CutPasteId" severity="ignore" /> <issue id="DalvikOverride" severity="ignore" /> <issue id="DefaultLocale" severity="ignore" /> diff --git a/google-play-services_lib/lint.xml b/google-play-services_lib/lint.xml index 52b28c3..1ff0c2f 100644 --- a/google-play-services_lib/lint.xml +++ b/google-play-services_lib/lint.xml @@ -18,6 +18,7 @@ <issue id="CommitPrefEdits" severity="ignore" /> <issue id="CommitTransaction" severity="ignore" /> <issue id="ContentDescription" severity="ignore" /> + <issue id="CustomViewStyleable" severity="ignore" /> <issue id="CutPasteId" severity="ignore" /> <issue id="DalvikOverride" severity="ignore" /> <issue id="DefaultLocale" severity="ignore" /> diff --git a/mapswithme-api/lint.xml b/mapswithme-api/lint.xml index 52b28c3..1ff0c2f 100644 --- a/mapswithme-api/lint.xml +++ b/mapswithme-api/lint.xml @@ -18,6 +18,7 @@ <issue id="CommitPrefEdits" severity="ignore" /> <issue id="CommitTransaction" severity="ignore" /> <issue id="ContentDescription" severity="ignore" /> + <issue id="CustomViewStyleable" severity="ignore" /> <issue id="CutPasteId" severity="ignore" /> <issue id="DalvikOverride" severity="ignore" /> <issue id="DefaultLocale" severity="ignore" /> diff --git a/showcaseview/lint.xml b/showcaseview/lint.xml index 52b28c3..1ff0c2f 100644 --- a/showcaseview/lint.xml +++ b/showcaseview/lint.xml @@ -18,6 +18,7 @@ <issue id="CommitPrefEdits" severity="ignore" /> <issue id="CommitTransaction" severity="ignore" /> <issue id="ContentDescription" severity="ignore" /> + <issue id="CustomViewStyleable" severity="ignore" /> <issue id="CutPasteId" severity="ignore" /> <issue id="DalvikOverride" severity="ignore" /> <issue id="DefaultLocale" severity="ignore" /> 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 |
