diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2014-08-24 23:48:54 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2014-08-24 23:48:54 +0200 |
commit | 98b3e9332db6654216c1e31afc0be86f66da063a (patch) | |
tree | 7bf3ac6efa0e7c7c6091228a9b9acf8e8df53c3d /android-support-v7-appcompat | |
parent | 496de335bedd5facf1ff495a497b7136cfc766cd (diff) | |
download | cgeo-98b3e9332db6654216c1e31afc0be86f66da063a.zip cgeo-98b3e9332db6654216c1e31afc0be86f66da063a.tar.gz cgeo-98b3e9332db6654216c1e31afc0be86f66da063a.tar.bz2 |
disable new lint checks in libraries
Diffstat (limited to 'android-support-v7-appcompat')
-rw-r--r-- | android-support-v7-appcompat/lint.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android-support-v7-appcompat/lint.xml b/android-support-v7-appcompat/lint.xml index 8a48c6f..27b4e93 100644 --- a/android-support-v7-appcompat/lint.xml +++ b/android-support-v7-appcompat/lint.xml @@ -43,6 +43,7 @@ <issue id="GradleCompatible" severity="ignore" /> <issue id="GradleDependency" severity="ignore" /> <issue id="GradleDeprecated" severity="ignore" /> + <issue id="GradleDynamicVersion" severity="ignore" /> <issue id="GradleGetter" severity="ignore" /> <issue id="GradleIdeError" severity="ignore" /> <issue id="GradleOverrides" severity="ignore" /> @@ -127,6 +128,10 @@ <issue id="ResourceAsColor" severity="ignore" /> <issue id="ResourceCycle" severity="ignore" /> <issue id="ResourceName" severity="ignore" /> + <issue id="RtlCompat" severity="ignore" /> + <issue id="RtlEnabled" severity="ignore" /> + <issue id="RtlHardcoded" severity="ignore" /> + <issue id="RtlSymmetry" severity="ignore" /> <issue id="ScrollViewCount" severity="ignore" /> <issue id="ScrollViewSize" severity="ignore" /> <issue id="SdCardPath" severity="ignore" /> |