mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-07 12:53:24 +01:00
Temporary ignore lint errors
Because it fails to ignore "UsingOnClickInXml"
This commit is contained in:
parent
3f91aaeaa3
commit
2aaed42ed3
@ -27,6 +27,7 @@ android {
|
||||
}
|
||||
lintOptions {
|
||||
lintConfig file("lint.xml")
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,5 +2,5 @@
|
||||
<lint>
|
||||
<issue id="MissingTranslation" severity="ignore" />
|
||||
|
||||
<issue id="UsingOnClickInXml" severity="warning" />
|
||||
<issue id="UsingOnClickInXml" severity="informational" />
|
||||
</lint>
|
||||
|
Loading…
x
Reference in New Issue
Block a user