mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Use Levenshtein distance to track when the user may have made a typo in an argument to `cmake -E` (i.e., an invalid mode; mode sub-arguments are not tracked).
61 lines
969 B
Plaintext
61 lines
969 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/CommandLine/RunCMakeTest.cmake,
|
|
Tests/RunCMake/ParseImplicitData/*.input,
|
|
Tests/RunCMake/cmake_language/call_typo_function.cmake,
|
|
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
|