-
Notifications
You must be signed in to change notification settings - Fork 0
/
lint.xml
59 lines (47 loc) · 1.57 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2023. Bernard Bou
-->
<lint>
<issue id="all">
<ignore path="*.svg" />
<!-- <ignore regexp=".*\.svg"/> -->
</issue>
<issue id="Typos">
<ignore path="*.svg" />
<!-- <ignore regexp=".*\.svg"/> -->
</issue>
<!-- Ignore the UnusedResources issue for the given ids -->
<issue id="UnusedResources">
<!-- expandable list fragment -->
<!-- not only matched against the path but also the error message -->
<ignore regexp="collapsed" />
<ignore regexp="expanded" />
<ignore path="**/drawable-*/ic_search_sn*.png" />
<ignore path="**/drawable-*/ic_search_vn*.png" />
<ignore path="**/drawable-*/ic_search_pb*.png" />
<ignore path="**/drawable-*/ic_search_fn*.png" />
<!-- wordnet -->
<ignore path="**/drawable-*/ic_search_wn*.png" />
<ignore path="**/drawable-*/ic_settings_wordnet.png" />
<!-- xnet -->
<ignore path="**/drawable-*/pos.png" />
<ignore path="**/drawable-*/roles.png" />
<ignore path="**/drawable-*/role.png" />
<ignore path="**/drawable-*/roleclass.png" />
<ignore path="**/drawable-*/members.png" />
<ignore path="**/drawable-*/member.png" />
<ignore path="**/drawable-*/relation.png" />
<ignore path="**/drawable-*/definition.png" />
<ignore path="**/drawable-*/sentence.png" />
</issue>
<issue id="PropertyUnusedProperty">
<ignore path="**/Names*.properties" />
</issue>
<issue id="HtmlUnknownAttribute">
<ignore path="**/relations/index-*frames.html" />
</issue>
<issue id="HtmlUnknownTag">
<ignore path="**/relations/index-frames.html" />
</issue>
</lint>