diff options
author | ByteHamster <info@bytehamster.com> | 2022-11-06 11:55:20 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-11-06 11:55:23 +0100 |
commit | d61745be86427c2eabad64c81bf9597cb9aa6dd1 (patch) | |
tree | 17fb6644cdb60235c952fe3d03de5a87cb1b362f /ui/glide | |
parent | e4d4c69519c7854f1852d80a3b47eebe30e6a3d5 (diff) | |
download | AntennaPod-d61745be86427c2eabad64c81bf9597cb9aa6dd1.zip |
Check Lint recursively from the :app module
instead of checking every module individually. This avoids having to
re-state all disabled Lint checks in all parent modules.
Diffstat (limited to 'ui/glide')
-rw-r--r-- | ui/glide/build.gradle | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/glide/build.gradle b/ui/glide/build.gradle index ff61fc8e1..020a4db8e 100644 --- a/ui/glide/build.gradle +++ b/ui/glide/build.gradle @@ -4,15 +4,6 @@ plugins { apply from: "../../common.gradle" apply from: "../../playFlavor.gradle" -android { - lintOptions { - disable "InvalidPeriodicWorkRequestInterval", "ObsoleteLintCustomCheck", "DefaultLocale", "UnusedAttribute", - "ParcelClassLoader", "CheckResult", "TrustAllX509TrustManager", - "StaticFieldLeak", "IconDensities", "IconDuplicates", "MissingPermission", "AppCompatResource", - "GradleCompatible", "QueryPermissionsNeeded" - } -} - dependencies { implementation project(":model") implementation project(":core") |