diff options
| author | Albin <albin@mullvad.net> | 2024-12-13 10:31:43 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-12-13 10:31:43 +0100 |
| commit | d7201616edaeb3d5f3b90589286719112b77a7c1 (patch) | |
| tree | 24e84ad5e311011f10dd05ace54cd16ac0cc8770 /android/app | |
| parent | 87669a92c145e1fcca937c854fe734c486b686c8 (diff) | |
| parent | 81e63f07bc61b7ac5943339266d7078ad4c1ff14 (diff) | |
| download | mullvadvpn-d7201616edaeb3d5f3b90589286719112b77a7c1.tar.xz mullvadvpn-d7201616edaeb3d5f3b90589286719112b77a7c1.zip | |
Merge branch 'enable-check-all-warnings-lint-option'
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 8e252e1fc6..cb5737e3ff 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -47,7 +47,9 @@ android { lint { lintConfig = file("${rootProject.projectDir}/config/lint.xml") + baseline = file("${rootProject.projectDir}/config/lint-baseline.xml") abortOnError = true + checkAllWarnings = true warningsAsErrors = true checkDependencies = true } |
