blob: 27240ea70225824a7c905a2b986f70654941317c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Ignore the following rules as they don't match our localization workflow. -->
<issue id="ExtraTranslation" severity="ignore" />
<issue id="MissingTranslation" severity="ignore" />
<issue id="Typos" severity="ignore" />
<issue id="UnusedResources" severity="ignore" />
<!-- We are currently not using the ellipsis character. -->
<issue id="TypographyEllipsis" severity="ignore" />
<!-- Tracked externally (DROID-245) since the same texts are used across multiple platforms. -->
<issue id="ImpliedQuantity" severity="ignore" />
</lint>
|