Add new se-lint-ignore.xml file supported by latest tools version

This commit is contained in:
vr8ce 2020-03-18 15:31:58 -05:00
parent 0bd51d6e35
commit 200b5d2c8c

15
se-lint-ignore.xml Normal file
View File

@ -0,0 +1,15 @@
<?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>
</se-lint-ignore>