-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathse-lint-ignore.xml
executable file
·72 lines (67 loc) · 1.58 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
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="lecionoj-por-infanoj-en-simplaj-vortoj.xhtml">
<ignore>
<code>s-023</code>
<reason>titlecase for non-English</reason>
</ignore>
</file>
<!-- CONTENT -->
<!-- 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>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>titlecase on non-English page</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="cover.svg">
<ignore>
<code>s-002</code>
<reason>custom cover</reason>
</ignore>
</file>
<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>