mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-07-30 09:48:05 -04:00
Re-enable missingQuantity lint checks where possible
https://github.com/WeblateOrg/weblate/issues/7520
This commit is contained in:
8
lint.xml
8
lint.xml
@@ -1,5 +1,11 @@
|
||||
<?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" />
|
||||
<issue id="MissingQuantity" severity="error">
|
||||
<ignore path="*/src/*/res/values-cs/strings.xml" />
|
||||
<ignore path="*/src/*/res/values-he-rIL/strings.xml" />
|
||||
<ignore path="*/src/*/res/values-iw/strings.xml" />
|
||||
<ignore path="*/src/*/res/values-lt/strings.xml" />
|
||||
<ignore path="*/src/*/res/values-sk/strings.xml" />
|
||||
</issue>
|
||||
</lint>
|
||||
|
||||
Reference in New Issue
Block a user