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 /net/discovery | |
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 'net/discovery')
-rw-r--r-- | net/discovery/build.gradle | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/discovery/build.gradle b/net/discovery/build.gradle index 4bebbd04d..43ec26857 100644 --- a/net/discovery/build.gradle +++ b/net/discovery/build.gradle @@ -14,11 +14,6 @@ android { buildConfigField "String", "PODCASTINDEX_API_SECRET", '"XAaAhk4^2YBsTE33vdbwbZNj82ZRLABDDqFdKe7x"' } } - - lintOptions { - disable 'InvalidPeriodicWorkRequestInterval', 'MissingPermission', - 'GradleCompatible', 'AppCompatResource', 'QueryPermissionsNeeded' - } } dependencies { |