forked from Automattic/pocket-casts-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlint.xml
25 lines (20 loc) · 1.03 KB
/
lint.xml
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
<?xml version="1.0" encoding="utf-8"?>
<lint>
<issue id="ObsoleteSdkInt" severity="error" />
<issue id="PrivateResource" severity="error" />
<issue id="UnusedResources" 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"/>
</lint>