| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- [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
|