Fixed lint error, added se-lint-ignore.xml

This commit is contained in:
David Grigg 2023-09-18 12:06:01 +10:00
parent ab16686429
commit 02d4e778f3
2 changed files with 10 additions and 1 deletions

9
se-lint-ignore.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<se-lint-ignore>
<file path="endnotes.xhtml">
<ignore>
<code>t-064</code>
<reason>Lint complains about titlecasing in a title referencing Van Diemens Land, assuming that this is foreign language and that “Van” should be “van”. Its wrong.</reason>
</ignore>
</file>
</se-lint-ignore>