summaryrefslogtreecommitdiff
path: root/net/discovery
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-11-06 11:55:20 +0100
committerByteHamster <info@bytehamster.com>2022-11-06 11:55:23 +0100
commitd61745be86427c2eabad64c81bf9597cb9aa6dd1 (patch)
tree17fb6644cdb60235c952fe3d03de5a87cb1b362f /net/discovery
parente4d4c69519c7854f1852d80a3b47eebe30e6a3d5 (diff)
downloadAntennaPod-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.gradle5
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 {