We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4c174 commit fcf03c1Copy full SHA for fcf03c1
lint.xml
@@ -3,5 +3,12 @@
3
<!-- Turn off all checks by default, so we can opt into just the ones we want. -->
4
<issue id="all" severity="ignore" />
5
6
- <issue id="UnusedResources" severity="error" />
+ <issue id="UnusedResources" severity="error">
7
+ <!--
8
+ Allow leaving unused strings in translated files.
9
+ Smartling will send a PR to align with the main file, which will remove them.
10
+ -->
11
+ <ignore regexp="Pocket/src/main/res/values-.*/strings\.xml" />
12
+ <ignore regexp="pocket-ui/src/main/res/values-.*/strings\.xml" />
13
+ </issue>
14
</lint>
0 commit comments