From ff58afde28df16d8c39f1d6c43594297fb8bc57e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 1 Mar 2023 17:17:09 +0530 Subject: refactor(app): centralize lint configuration --- app/build.gradle.kts | 11 ----------- app/lint.xml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 11 deletions(-) (limited to 'app') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c4d1cff5..bbe15182 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,17 +37,6 @@ android { } namespace = "app.passwordstore" - - lint { - abortOnError = true - checkReleaseBuilds = false - warningsAsErrors = true - disable.add("MissingTranslation") - disable.add("PluralsCandidate") - disable.add("ImpliedQuantity") - disable.add("DialogFragmentCallbacksDetector") - baseline = file("lint-baseline.xml") - } } dependencies { diff --git a/app/lint.xml b/app/lint.xml index 4f3fbe6c..af4a7b2c 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -26,5 +26,22 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3