1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Abort linter when errors are found

This commit is contained in:
Arjan Schrijver 2023-09-05 13:12:33 +02:00
parent f73f4283cb
commit ab03250927

View File

@ -222,6 +222,7 @@ android {
htmlOutput file("$project.buildDir/reports/lint/lint.html")
// Ignore checks present in the snapshot
baseline file("lint-baseline.xml")
abortOnError true
}
testOptions {