Skip to content

Commit e3e995b

Browse files
authored
Add lint ignore (#2669)
We only care about the source language with this, not translations which would mostly be false positives.
1 parent 7c1554a commit e3e995b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/lint.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55

66
<!-- We don't care about MissingTranslation since it's handled by weblate. -->
77
<issue id="MissingTranslation" severity="ignore" />
8+
9+
<!-- We only care about the source language here. -->
10+
<issue id="StringFormatInvalid">
11+
<ignore path="**/res/values-*/**" />
12+
</issue>
813
</lint>

0 commit comments

Comments
 (0)