codespell: Add configuration file

This commit is contained in:
Josef Angstenberger 2021-05-06 23:27:48 +02:00
parent e417d46046
commit 4af7c3de5c
No known key found for this signature in database
GPG Key ID: 7716D2BA3AC460A8
2 changed files with 10 additions and 0 deletions

9
.codespellrc Normal file
View File

@ -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

1
.gitattributes vendored
View File

@ -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.