Change MissingQuantity lint check to informational level
This commit is contained in:
parent
a561ba3b21
commit
ed0258f5c2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="informational" />
|
<issue id="MissingTranslation" severity="informational" />
|
||||||
|
<issue id="MissingQuantity" severity="informational" />
|
||||||
<issue id="ExtraTranslation" severity="warning" />
|
<issue id="ExtraTranslation" severity="warning" />
|
||||||
<issue id="ImpliedQuantity" severity="warning" />
|
<issue id="ImpliedQuantity" severity="warning" />
|
||||||
</lint>
|
</lint>
|
||||||
|
|
Loading…
Reference in a new issue