.codespellrc 862 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [codespell]
  2. check-filenames =
  3. check-hidden =
  4. # Disable warnings about binary files
  5. quiet-level = 2
  6. builtin = clear,rare,en-GB_to_en-US
  7. # Skip paths matching fnmatch glob patterns.
  8. skip =
  9. .git,
  10. .typos.toml,
  11. build,
  12. CONTRIBUTORS.rst,
  13. CTestCustom.cmake.in,
  14. Modules/Internal/CPack/NSIS.template.in,
  15. Source/CursesDialog/form/*,
  16. Source/kwsys/*,
  17. Tests/RunCMake/CPack/tests/DMG_SLA/German.*,
  18. Tests/RunCMake/ParseImplicitData/*.input,
  19. Tests/StringFileTest/test.utf8,
  20. Utilities/cm*,
  21. *.pfx,
  22. *-stdout.txt,
  23. *-stderr.txt
  24. # noqa: spellcheck off
  25. ignore-words-list =
  26. abd,
  27. ags,
  28. ake,
  29. ans,
  30. ccompiler,
  31. cconfiguration,
  32. certi,
  33. conly,
  34. copyin,
  35. dependees,
  36. dne,
  37. dum,
  38. earch,
  39. ect,
  40. filetest,
  41. fo,
  42. helpfull,
  43. nd,
  44. ned,
  45. nin,
  46. nknown,
  47. ot,
  48. pard,
  49. sectionin,
  50. seh,
  51. ser,
  52. te,
  53. varn,
  54. vas,
  55. wee,
  56. # noqa: spellcheck on