mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
13 lines
867 B
Plaintext
13 lines
867 B
Plaintext
[codespell]
|
|
# ignore short names used in tests: ans, oT, ue, fo, haa, varius
|
|
# ignore words joined to \t or \n character: \tThe, \tbe, \nIn
|
|
# ignore variable names used in code: desig, matchin, compre, invers, compileTime, seh
|
|
# ignore words added to spell check dictionary: lod, nd
|
|
# ignore command names used in code: uncomplete
|
|
ignore-words-list = ans,ot,ue,fo,haa,varius,tthe,tbe,nin,desig,matchin,compre,invers,compiletime,seh,lod,nd,uncomplete
|
|
# skip git repository internal content
|
|
# skip generated content: ChangeLog, doc/build, modulecmd*.tcl, modules.sum
|
|
# modules.log, lib/config.sub, lib/config.guess
|
|
# skip retrieved content: icdiff, lib/tcl.m4, tcl8.3.5, spack, miniconda3, OpenFOAM-dev
|
|
skip = .git,ChangeLog,modulecmd*.tcl,*doc/build,icdiff,*lib/tcl.m4,tcl8.3.5,spack,miniconda3,OpenFOAM-dev,modules.sum,modules.log,*lib/config.sub,*lib/config.guess
|