-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathse-lint-ignore.xml
executable file
·57 lines (57 loc) · 1.23 KB
/
se-lint-ignore.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
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="body.xhtml">
<ignore>
<code>t-033</code>
<reason>aligns with original</reason>
</ignore>
</file>
<file path="content.opf">
<ignore>
<code>m-043</code>
<reason>non-English book</reason>
</ignore>
</file>
<file path="content.opf">
<ignore>
<code>m-039</code>
<reason>does not reflect accesibiilty limitaiton</reason>
</ignore>
</file>
<file path="content.opf">
<ignore>
<code>m-038</code>
<reason>does not reflect accesibiilty limitaiton</reason>
</ignore>
</file>
<file path="uncopyright.xhtml">
<ignore>
<code>f-006</code>
<reason>not intended for SE hosting</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>m-035</code>
<reason>not intended for SE hosting</reason>
</ignore>
</file>
<file path="body.xhtml">
<ignore>
<code>t-011</code>
<reason>special case, non-structure heading</reason>
</ignore>
</file>
<file path="body.xhtml">
<ignore>
<code>t-030</code>
<reason>context-specific convention</reason>
</ignore>
</file>
<file path="body.xhtml">
<ignore>
<code>t-032</code>
<reason>context-specific convention</reason>
</ignore>
</file>
</se-lint-ignore>