Disable MissingQuantity due to Weblate bug

See https://github.com/WeblateOrg/weblate/issues/7520
This commit is contained in:
Sylvia van Os
2023-04-04 22:57:54 +02:00
parent b9bd3f5967
commit 1e6641a884

5
lint.xml Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- FIXME: Disable the MissingQuantity check until https://github.com/WeblateOrg/weblate/issues/7520 gets fixed -->
<issue id="MissingQuantity" severity="ignore" />
</lint>