Move lint config to build.gradle
* Removed UnusedResources from default_repo.xml, since there are none of those warnings anymore * Same for TrulyRandom in the whole project
This commit is contained in:
parent
f3e08bdc68
commit
b152c682fa
@ -174,6 +174,9 @@ android {
|
|||||||
lintOptions {
|
lintOptions {
|
||||||
checkReleaseBuilds false
|
checkReleaseBuilds false
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
|
||||||
|
// Our translations are crowd-sourced
|
||||||
|
disable 'MissingTranslation'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable all Android lint warnings
|
// Enable all Android lint warnings
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<lint>
|
|
||||||
<!-- Remove severity="ignore" to see the missing translations -->
|
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
|
||||||
<issue id="TrulyRandom" severity="ignore" />
|
|
||||||
<issue id="UnusedResources" severity="ignore">
|
|
||||||
<ignore path="res/values/default_repo.xml" />
|
|
||||||
</issue>
|
|
||||||
</lint>
|
|
Loading…
x
Reference in New Issue
Block a user