Bug 1931010 - Ignore localized strings for the 'Typos' lint. r=android-reviewers,matt-tighe
Differential Revision: https://phabricator.services.mozilla.com/D228889
This commit is contained in:
@@ -15,4 +15,7 @@
|
||||
<issue id="IncorrectStraightDoubleQuote" severity="error">
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
</issue>
|
||||
<issue id="Typos" severity="error">
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
</issue>
|
||||
</lint>
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
<ignore path="**/values/*_strings.xml" />
|
||||
</issue>
|
||||
<issue id="Typos" severity="error">
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
</issue>
|
||||
|
||||
<!-- Lints that are disabled by default -->
|
||||
<issue id="ConvertToWebp" severity="warning" />
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
<issue id="IncorrectStraightDoubleQuote" severity="error">
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
</issue>
|
||||
<issue id="Typos" severity="error">
|
||||
<ignore path="**/values-*/strings.xml" />
|
||||
</issue>
|
||||
|
||||
<!-- Ignore support library lint bug: https://code.google.com/p/android/issues/detail?id=227098
|
||||
(Present in 25.3.1, despite claims of being fixed in 23) -->
|
||||
|
||||
Reference in New Issue
Block a user