o-henry_short-fiction/se-lint-ignore.xml
2020-04-10 22:40:19 -05:00

26 lines
698 B
XML

<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<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-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>