summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index bfaffd14f..b3c614059 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -52,6 +52,16 @@ android {
dimension "market"
}
}
+
+ lintOptions {
+ disable "InvalidPeriodicWorkRequestInterval", "ObsoleteLintCustomCheck", "DefaultLocale", "UnusedAttribute",
+ "GradleDependency", "ParcelClassLoader", "Typos", "ExtraTranslation", "ImpliedQuantity",
+ "PluralsCandidate", "UnusedQuantity", "StringFormatCount", "TrustAllX509TrustManager",
+ "StaticFieldLeak", "TypographyEllipsis", "IconDensities", "IconDuplicates", "CheckResult"
+
+ warningsAsErrors true
+ abortOnError true
+ }
}
dependencies {