-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathse-lint-ignore.xml
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathse-lint-ignore.xml
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="great-catherine.xhtml">
<ignore>
<code>t-011</code>
<reason>Epigraph is fragmentary, no closing punctuation in original</reason>
</ignore>
<ignore>
<code>t-041</code>
<reason>Parser confused by line of dialogue made up entirely of punctuation.</reason>
</ignore>
</file>
<file path="o-flaherty-v-c.xhtml">
<ignore>
<code>t-041</code>
<reason>Parser confused by line of dialogue made up entirely of punctuation.</reason>
</ignore>
<ignore>
<code>t-052</code>
<reason>Stage direction is an interjection correctly formatted.</reason>
</ignore>
<ignore>
<code>t-053</code>
<reason>Stage direction is an interjection correctly formatted.</reason>
</ignore>
</file>
<file path="the-music-cure.xhtml">
<ignore>
<code>t-041</code>
<reason>Parser confused by line of dialogue made up entirely of punctuation.</reason>
</ignore>
<ignore>
<code>t-052</code>
<reason>Stage direction is an interjection correctly formatted.</reason>
</ignore>
</file>
</se-lint-ignore>