-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathse-lint-ignore.xml
47 lines (47 loc) · 1.17 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
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="endnotes.xhtml">
<ignore>
<code>s-005</code>
<reason>Correctly nested blockquotes.</reason>
</ignore>
</file>
<file path="ms-found-in-a-bottle.xhtml">
<ignore>
<code>s-023</code>
<reason>MS. is the correct abbreviation for this title.</reason>
</ignore>
</file>
<file path="the-gold-bug.xhtml">
<ignore>
<code>t-021</code>
<reason>Punctuation used as part of a cypher.</reason>
</ignore>
<ignore>
<code>t-041</code>
<reason>Punctuation used as part of a cypher.</reason>
</ignore>
</file>
<file path="the-devil-in-the-belfry.xhtml">
<ignore>
<code>y-003</code>
<reason>Matched text is not a typo.</reason>
</ignore>
</file>
<file path="the-literary-life-of-thingum-bob-esq.xhtml">
<ignore>
<code>y-032</code>
<reason>Matched text correctly runs in to non-italics.</reason>
</ignore>
</file>
<file path="x-ing-a-paragrab.xhtml">
<ignore>
<code>s-023</code>
<reason>Non-standard title case correct here.</reason>
</ignore>
<ignore>
<code>t-064</code>
<reason>Non-standard title case correct here.</reason>
</ignore>
</file>
</se-lint-ignore>