-
Notifications
You must be signed in to change notification settings - Fork 10
/
se-lint-ignore.xml
61 lines (61 loc) · 1.55 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
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="a-night-in-new-arabia.xhtml">
<ignore>
<code>y-003</code>
<reason>Matched text is not a typo.</reason>
</ignore>
</file>
<file path="the-dream.xhtml">
<ignore>
<code>y-003</code>
<reason>Matched text is not a typo.</reason>
</ignore>
</file>
<file path="the-vitagraphoscope.xhtml">
<ignore>
<code>y-003</code>
<reason>Matched text is not a typo.</reason>
</ignore>
</file>
<file path="a-snapshot-at-the-president.xhtml">
<ignore>
<code>t-003</code>
<reason>Matched text is part of longer dialog.</reason>
</ignore>
</file>
<file path="christmas-by-injunction.xhtml">
<ignore>
<code>t-003</code>
<reason>Matched text is part of longer dialog.</reason>
</ignore>
</file>
<file path="let-me-feel-your-pulse.xhtml">
<ignore>
<code>t-005</code>
<reason>Quotes are for a single word, not dialog.</reason>
</ignore>
</file>
<file path="sociology-in-serge-and-straw.xhtml">
<ignore>
<code>t-005</code>
<reason>Quotes are for a single word, not dialog.</reason>
</ignore>
</file>
<file path="the-higher-abdication.xhtml">
<ignore>
<code>y-031</code>
<reason>Matched text are not dialog tags.</reason>
</ignore>
</file>
<file path="the-roads-we-take.xhtml">
<ignore>
<code>t-030</code>
<reason>Stock ticker symbols are set without periods.</reason>
</ignore>
<ignore>
<code>t-032</code>
<reason>Stock ticker symbols are set without periods so the placement is correct.</reason>
</ignore>
</file>
</se-lint-ignore>