Files
CMake/.codespellrc
Matthew Woehlke 7cc114601a codespell: Prune ignore list
Remove entries from the codespell ignore list that do not seem to be
present any more. Also, remove a deliberate typo and instead add a local
annotation to ignore it.

This list is still uncomfortably long, but unfortunately current
versions of codespell do not offer any granularity in between annotating
individual uses (which is not practical in most cases) or globally
ignoring words (which is overly broad and risks missing real errors).
2025-11-04 13:13:09 -05:00

59 lines
862 B
Plaintext

[codespell]
check-filenames =
check-hidden =
# Disable warnings about binary files
quiet-level = 2
builtin = clear,rare,en-GB_to_en-US
# Skip paths matching fnmatch glob patterns.
skip =
.git,
.typos.toml,
build,
CONTRIBUTORS.rst,
CTestCustom.cmake.in,
Modules/Internal/CPack/NSIS.template.in,
Source/CursesDialog/form/*,
Source/kwsys/*,
Tests/RunCMake/CPack/tests/DMG_SLA/German.*,
Tests/RunCMake/ParseImplicitData/*.input,
Tests/StringFileTest/test.utf8,
Utilities/cm*,
*.pfx,
*-stdout.txt,
*-stderr.txt
# noqa: spellcheck off
ignore-words-list =
abd,
ags,
ake,
ans,
ccompiler,
cconfiguration,
certi,
conly,
copyin,
dependees,
dne,
dum,
earch,
ect,
filetest,
fo,
helpfull,
nd,
ned,
nin,
nknown,
ot,
pard,
sectionin,
seh,
ser,
te,
varn,
vas,
wee,
# noqa: spellcheck on