mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Temporary ignore lint errors
Because it fails to ignore "UsingOnClickInXml"
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user