mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Ignore lint issue in generated resource file from templates
This commit is contained in:
parent
68364e0a82
commit
b842e62563
@ -66,4 +66,12 @@
|
|||||||
|
|
||||||
<!-- Wording -->
|
<!-- Wording -->
|
||||||
<issue id="Typos" severity="error" />
|
<issue id="Typos" severity="error" />
|
||||||
|
|
||||||
|
<!-- Ignore lint issue in generated resource file from templates.
|
||||||
|
https://github.com/LikeTheSalad/android-string-reference generates string from the default language
|
||||||
|
if the translation is missing, and it can lead to typos. Lint should only check the string from the
|
||||||
|
original file, so with id starting by `template_`. -->
|
||||||
|
<issue id="all">
|
||||||
|
<ignore path="**/generated/resolved/**/resolved.xml" />
|
||||||
|
</issue>
|
||||||
</lint>
|
</lint>
|
||||||
|
Loading…
Reference in New Issue
Block a user