mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-07-30 09:48:05 -04:00
12 lines
542 B
XML
12 lines
542 B
XML
<?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="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>
|