summaryrefslogtreecommitdiffhomepage
path: root/android/config/lint.xml
blob: c5d526fa3125e4d8c8ed691cd871c5ee6d758648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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" />
    <!-- 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" />
    <!-- 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" />
    <!-- Ignored, see more: https://github.com/grpc/grpc-java/blob/e8ff6da2cf57a39a62497e9f317e6976b5bfb98c/core/src/main/java/io/grpc/internal/JndiResourceResolverFactory.java#L199 -->
    <issue id="InvalidPackage">
      <ignore path="**/io.grpc/grpc-core/1.69.1/d9f6383e1903af6e9502e7c1c8e4fbe28a236321/grpc-core-1.69.1.jar" />
    </issue>
</lint>