forked from CyanogenMod/android_packages_apps_CMWallpapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlint.xml
17 lines (13 loc) · 705 Bytes
/
lint.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Enable selected checks that are disabled by default. These should help devs fix minor mistakes.-->
<issue id="FieldGetter" severity="warning" />
<issue id="IconExpectedSize" severity="warning" />
<issue id="TypographyQuotes" severity="warning" />
<!-- Supress UsesMinSdkAttributes since we know what version we are building for -->
<issue id="UsesMinSdkAttributes" severity="ignore" />
<!-- Disable ContentDescription since content changes all the time -->
<issue id="ContentDescription" severity="ignore" />
<issue id="LintError" severity="ignore" />
<issue id="ExportedActivity" severity="ignore" />
</lint>