-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathlint.xml
More file actions
28 lines (22 loc) · 1.19 KB
/
lint.xml
File metadata and controls
28 lines (22 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<lint>
<issue id="Aligned16KB" severity="error" />
<issue id="ObsoleteSdkInt" severity="error" />
<issue id="PrivateResource" severity="error" />
<issue id="RequiredSize" severity="error" />
<issue id="Registered" severity="error" />
<!-- We don't want failures due to outdated dependnecies -->
<issue id="GradleDependency" severity="ignore"/>
<issue id="NewerVersionAvailable" severity="ignore"/>
<issue id="AndroidGradlePluginVersion" severity="ignore"/>
<!-- Translations are handled during the release process -->
<issue id="MissingTranslation" severity="ignore"/>
<!-- Lint baseline will reference record for this issue with absolute path,
which includes prone-to-change Gradle cache key -->
<issue id="InvalidPackage" severity="ignore"/>
<issue id="ObsoleteLintCustomCheck" severity="ignore"/>
<!-- This issue causes nondeterministic results when generating baseline files -->
<issue id="ConvertToWebp" severity="ignore"/>
<!-- We use only adaptive window info from Material3 which doesn't collide with Material -->
<issue id="UsingMaterialAndMaterial3Libraries" severity="ignore"/>
</lint>