mirror of
https://github.com/recloudstream/cloudstream.git
synced 2026-06-19 20:05:41 +00:00
We only care about the source language with this, not translations which would mostly be false positives.
13 lines
518 B
XML
13 lines
518 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- ByteOrderMark has errors in values-b+ja/strings.xml, but it's handled by weblate so we don't really care. -->
|
|
<issue id="ByteOrderMark" severity="ignore" />
|
|
|
|
<!-- We don't care about MissingTranslation since it's handled by weblate. -->
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
|
|
<!-- We only care about the source language here. -->
|
|
<issue id="StringFormatInvalid">
|
|
<ignore path="**/res/values-*/**" />
|
|
</issue>
|
|
</lint>
|