From c819d8d0f0eeb9d61cb0d4a0183898cef776a5e0 Mon Sep 17 00:00:00 2001 From: Michael Troger Date: Wed, 1 Nov 2023 14:13:55 +0100 Subject: [PATCH] Make lint more strict --- app/build.gradle.kts | 4 ++++ app/lint.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 298ab812..c643c44d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -64,6 +64,10 @@ android { } } + lint { + warningsAsErrors = true + } + testOptions { unitTests { isIncludeAndroidResources = true diff --git a/app/lint.xml b/app/lint.xml index 106e1b8d..84fd8eb0 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -5,4 +5,5 @@ +