Check android lint violations against current baseline

This commit is contained in:
Quentin Hibon
2023-08-07 23:04:37 +02:00
parent 9f66a27b82
commit 25cff3d9b0
3 changed files with 7972 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ fail() {
core_build() {
log_info "Building uhabits-core..."
$GRADLE ktlintCheck || fail
$GRADLE lintDebug || fail
$GRADLE :uhabits-core:build || fail
}