0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

NF: Ignore translated files for 'UnusedResources'

Related 7571
This commit is contained in:
David Allison 2020-10-30 14:21:33 +00:00 committed by Mike Hardy
parent 029991ad73
commit 0b14f5eb1f

View File

@ -29,6 +29,10 @@
<!-- Ignore as they'll be used for #7526 -->
<ignore regexp="content_picture\.png|device_access_mic\.png" />
<ignore path="res/values/12-dont-translate.xml" />
<!-- Ignore all translations except values - CrowdIn will handle deletions -->
<!-- We only need to handle -af and all others are implicitly ignored -->
<!-- tested and this does not block a string in /values/ from triggering lint -->
<ignore path="res/values-af/" />
</issue>
<issue id="ViewConstructor" severity="fatal" />
<issue id="ViewHolder" severity="fatal" />