1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-29 00:19:24 +01:00

Make the CI fail if any new lint issues (warnings or errors) are added.

This commit is contained in:
tzugen 2021-05-19 19:01:29 +02:00
parent d26f8595ab
commit 387119a90c
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -51,6 +51,7 @@ android {
warning 'ImpliedQuantity'
disable 'IconMissingDensityFolder'
abortOnError true
warningsAsErrors true
}
kotlinOptions {