From d197474083bb97b65c773dbcf765aa2b7a939de5 Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Tue, 4 Nov 2025 12:43:16 -0500 Subject: [PATCH] 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). --- .codespellrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codespellrc b/.codespellrc index 383e9ce243..1b00317a8e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -20,6 +20,8 @@ skip = Tests/StringFileTest/test.utf8, Utilities/cm*, *.pfx, + *-stdout.txt, + *-stderr.txt # noqa: spellcheck off ignore-words-list =