It seems that now lint rule MissingQuantity is an error and not a warning by default.

This commit is contained in:
Benoit Marty 2022-02-01 00:26:10 +01:00
parent 56e52fd917
commit c18a614e72

View file

@ -6,6 +6,7 @@
<issue id="MissingTranslation" severity="ignore" />
<issue id="TypographyEllipsis" severity="error" />
<issue id="ImpliedQuantity" severity="warning" />
<issue id="MissingQuantity" severity="warning" />
<issue id="UnusedQuantity" severity="error" />
<issue id="IconXmlAndPng" severity="error" />
<issue id="IconDipSize" severity="error" />