Skip to content

Commit

Permalink
Temporary ignore lint errors
Browse files Browse the repository at this point in the history
Because it fails to ignore "UsingOnClickInXml"
  • Loading branch information
xynngh committed Nov 13, 2021
1 parent 3f91aae commit 2aaed42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {
}
lintOptions {
lintConfig file("lint.xml")
abortOnError false
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<lint>
<issue id="MissingTranslation" severity="ignore" />

<issue id="UsingOnClickInXml" severity="warning" />
<issue id="UsingOnClickInXml" severity="informational" />
</lint>

0 comments on commit 2aaed42

Please sign in to comment.