-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathse-lint-ignore.xml
executable file
·103 lines (98 loc) · 2.27 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="eto-el-ligno.xhtml">
<ignore>
<code>s-023</code>
<reason>titlecase for non-English</reason>
</ignore>
</file>
<file path="a-bit-of-wood.xhtml">
<ignore>
<code>s-033</code>
<reason>mixed-language document</reason>
</ignore>
</file>
<!-- CONTENT -->
<file path="content.opf">
<ignore>
<code>m-007</code>
<reason>producer scan</reason>
</ignore>
</file>
<file path="content.opf">
<ignore>
<code>m-006</code>
<reason>section withnin a Gutenberg document</reason>
</ignore>
</file>
<!-- COLOPHON -->
<file path="colophon.xhtml">
<ignore>
<code>m-006</code>
<reason>refers to a page within a larger work</reason>
</ignore>
</file>
<file path="titlepage.xhtml">
<ignore>
<code>s-023</code>
<reason>manually reviewed for non-English</reason>
</ignore>
</file>
<!-- TITLEPAGE -->
<file path="titlepage.xhtml">
<ignore>
<code>s-021</code>
<reason>title not in English</reason>
</ignore>
</file>
<!-- COLOPHON -->
<file path="colophon.xhtml">
<ignore>
<code>m-007</code>
<reason>article within a book requires page reference</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>s-048</code>
<reason>italics used to signify language change when applied to short story</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>s-060</code>
<reason>italics used to signify language change when applied to short story</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>t-011</code>
<reason>no end punctuation as not using complete sentences</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>t-064</code>
<reason>correct titlecase for this language</reason>
</ignore>
</file>
<file path="colophon.xhtml">
<ignore>
<code>y-003</code>
<reason>no end punctuation as not using complete sentences</reason>
</ignore>
</file>
<!-- SVG FILES -->
<file path="titlepage.svg">
<ignore>
<code>s-003</code>
<reason>special case, reader</reason>
</ignore>
</file>
<file path="cover.svg">
<ignore>
<code>s-028</code>
<reason>cover.svg and titlepage.svg title elements don't match</reason>
</ignore>
</file>
</se-lint-ignore>