Skip to content

Commit

Permalink
Set abortOnError to false
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 26, 2024
1 parent cb78308 commit 1748864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ android {
}

lint {
baseline = file("lint-baseline.xml")
abortOnError = false
}

baselineProfile {
Expand Down

0 comments on commit 1748864

Please sign in to comment.