Add lint config to report ExtraTranslation
as warning instead of error
This commit is contained in:
parent
b73ebdeecc
commit
b86081cf7f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<issue id="MissingTranslation" severity="ignore" />
|
||||
<issue id="ExtraTranslation" severity="warning" />
|
||||
<issue id="OldTargetApi" severity="ignore" />
|
||||
<issue id="GoogleAppIndexingWarning" severity="ignore" />
|
||||
</lint>
|
||||
|
|
Loading…
Reference in a new issue