Don't check spelling in data directory
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:34:30 +0000 (15:34 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Apr 2021 15:34:30 +0000 (15:34 +0000)
The selftest can write some fairly random strings into ephemeral
files in the data directory, which get left behind and might trigger
false positives for codespell. None of what appears in this
directory is committed into source control, so we really don't care.
Just skip checking it.


No differences found