.codespellrc 880 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. # noqa: spellcheck off
  23. ignore-words-list =
  24. abd,
  25. aci,
  26. ags,
  27. ake,
  28. ans,
  29. ba,
  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. hiden,
  44. isnt,
  45. keypair,
  46. nd,
  47. ned,
  48. nin,
  49. nknown,
  50. ot,
  51. pard,
  52. sectionin,
  53. seh,
  54. ser,
  55. te,
  56. upto,
  57. varn,
  58. vas,
  59. wee,
  60. # noqa: spellcheck on