summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 23:27:48 +0200
committerJosef Angstenberger <code@jtxa.de>2021-05-07 17:00:12 +0200
commit4af7c3de5cff962cdc62ec15a6e0fad5d8e7e0a7 (patch)
treee2c6bdf8ee4e44f7942a00e13ab88d2d2cbbc7f8
parente417d460469cb5c225c8126dc499f3a122365660 (diff)
downloadcmake-4af7c3de5cff962cdc62ec15a6e0fad5d8e7e0a7.tar.gz
codespell: Add configuration file
-rw-r--r--.codespellrc9
-rw-r--r--.gitattributes1
2 files changed, 10 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc
new file mode 100644
index 0000000000..c450ea2246
--- /dev/null
+++ b/.codespellrc
@@ -0,0 +1,9 @@
+[codespell]
+check-filenames =
+check-hidden =
+count =
+# Disable warnings about binary files
+quiet-level = 2
+builtin = clear,rare,en-GB_to_en-US
+skip = */.git,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Utilities/cm*
+ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee
diff --git a/.gitattributes b/.gitattributes
index fac38dfd74..79a0f0400e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,6 @@
.git* export-ignore
.hooks* export-ignore
+.codespellrc export-ignore
.editorconfig export-ignore
# Custom attribute to mark sources as using our C code style.