๐Ÿ“ฆ airbnb / lottie-android

๐Ÿ“„ lint.xml ยท 20 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- Generated by `./gradlew refreshVersions` to avoid errors when using _ as a version. -->
    <issue id="GradlePluginVersion" severity="ignore" />
    <issue id="GradleDependency" severity="ignore" />
    <!-- There are no plans to 18n this app right now -->
    <issue id="RtlSymmetry" severity="ignore" />
    <issue id="RtlHardcoded" severity="ignore" />
    <issue id="HardcodedText" severity="ignore" />
    <issue id="LabelFor" severity="ignore" />
    <issue id="ContentDescription" severity="ignore" />
    <issue id="Autofill" severity="ignore" />
    <issue id="NotificationPermission">
        <!-- https://github.com/bumptech/glide/issues/4940 -->
        <ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
    </issue>
    <issue id="MonochromeLauncherIcon" severity="ignore" />
    <issue id="VectorPath" severity="ignore" />
    <issue id="Overdraw" severity="ignore" />
</lint>