codespell: Ignore test output regexes

Ignore RunCMake output regexes (i.e. *-stdout.txt, *-stderr.txt) when
checking spelling. Because these are regular expressions, they have a
higher likelihood of having false positives, and because they are
expected output, any text they contain ought to also appear in whatever
code generates it (or else, is probably text that depends on user input
and shouldn't be spell-checked anyway).
This commit is contained in:
Matthew Woehlke
2025-11-04 12:43:16 -05:00
parent 519d69c92c
commit d197474083

View File

@@ -20,6 +20,8 @@ skip =
Tests/StringFileTest/test.utf8,
Utilities/cm*,
*.pfx,
*-stdout.txt,
*-stderr.txt
# noqa: spellcheck off
ignore-words-list =