Ignore missing translation and error for typos
This commit is contained in:
parent
f3e0060195
commit
c00a95d639
|
@ -3,7 +3,7 @@
|
||||||
<!-- Modify some severity -->
|
<!-- Modify some severity -->
|
||||||
|
|
||||||
<!-- Resource -->
|
<!-- Resource -->
|
||||||
<issue id="MissingTranslation" severity="warning" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
<issue id="TypographyEllipsis" severity="error" />
|
<issue id="TypographyEllipsis" severity="error" />
|
||||||
<issue id="ImpliedQuantity" severity="warning" />
|
<issue id="ImpliedQuantity" severity="warning" />
|
||||||
<issue id="UnusedQuantity" severity="error" />
|
<issue id="UnusedQuantity" severity="error" />
|
||||||
|
@ -65,6 +65,5 @@
|
||||||
<!-- <issue id="BinaryOperationInTimber" severity="error" />-->
|
<!-- <issue id="BinaryOperationInTimber" severity="error" />-->
|
||||||
|
|
||||||
<!-- Wording -->
|
<!-- Wording -->
|
||||||
<!-- TODO When strings are imported from Weblate, move this to error -->
|
<issue id="Typos" severity="error" />
|
||||||
<issue id="Typos" severity="warning" />
|
|
||||||
</lint>
|
</lint>
|
||||||
|
|
Loading…
Reference in New Issue