-
-
Notifications
You must be signed in to change notification settings - Fork 292
/
lint.xml
22 lines (20 loc) · 788 Bytes
/
lint.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="SyntheticAccessor" severity="error"/>
<issue id="InvalidPackage" severity="ignore"/>
<!-- Our pace. -->
<issue id="GradleDependency" severity="ignore" in="cli,gradle"/>
<issue id="NewerVersionAvailable" severity="ignore" in="cli,gradle"/>
<issue id="AndroidGradlePluginVersion" severity="ignore" in="cli,gradle"/>
<!-- False positive for the JVM module since we use the new tool mechanism. -->
<issue id="JavaPluginLanguageLevel" severity="ignore"/>
<issue id="ConvertToWebp">
<ignore regexp="_sheet_.*.png"/>
<ignore regexp="emoji_.*_category_.*.png"/>
<ignore regexp="ic_launcher.png"/>
</issue>
<!-- View Binding bugs. -->
<issue id="UnusedIds">
<ignore regexp=".*"/>
</issue>
</lint>