mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
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).
59 lines
862 B
Plaintext
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
|