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