blob: 37ce4b5c8280d787b00b9fef2b789566c515dcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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">
<ignore path="res/values/strings.xml" />
</issue>
<!-- We are currently not using the ellipsis character -->
<issue id="TypographyEllipsis" severity="ignore" />
<!-- Temporarily ignore the below checks while migrating to version catalogs. -->
<issue id="GradleDependency" severity="ignore" />
<issue id="AndroidGradlePluginVersion" severity="ignore" />
<!-- Temporarily ignored since a dependency is checked with older version of lint -->
<issue id="ObsoleteLintCustomCheck" severity="ignore" />
<issue id="NewerVersionAvailable" severity="ignore" />
</lint>
|