forked from spacecaker/android_packages_apps_Butter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lint.xml
29 lines (24 loc) · 1.08 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
26
27
28
29
<?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" />
<issue id="ContentDescription">
<ignore path="res/layout/gridview_items.xml" />
<ignore path="res/layout/half_and_half.xml" />
<ignore path="res/layout/listview_items.xml" />
<ignore path="res/layout/theme_preview.xml" />
<ignore path="res/layout/context_menu.xml" />
<ignore path="res/layout/audio_player.xml" />
</issue>
<issue id="UnknownIdInLayout">
<ignore path="res/layout/half_and_half.xml" />
</issue>
<issue id="Overdraw">
<ignore path="res/layout/colorstrip.xml" />
<ignore path="res/layout/fourbyone_app_widget.xml" />
</issue>
</lint>