Ignore missing translation and error for typos

This commit is contained in:
Benoit Marty 2021-03-03 18:17:09 +01:00
parent f3e0060195
commit c00a95d639
1 changed files with 2 additions and 3 deletions

View File

@ -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>