mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
codespell: ignore additional generated content
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
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.gz, doc/build, modulecmd*.tcl, modules.sum
|
||||
# modules.log, lib/config.sub, lib/config.guess
|
||||
# modules.log, lib/config.sub, lib/config.guess, lib/config.status, lib/configure,
|
||||
# lib/autom4te.cache/*
|
||||
# skip retrieved content: icdiff, lib/tcl.m4, tcl8.3.5, spack, miniconda3, OpenFOAM-dev
|
||||
skip = .git,ChangeLog.gz,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
|
||||
# skip pdf papers: doc/paper/*.pdf
|
||||
skip = .git,ChangeLog.gz,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,*lib/config.status,*lib/configure,*lib/autom4te.cache/*,*doc/paper/*.pdf
|
||||
|
||||
@@ -988,15 +988,15 @@ proc getErrPrereqMsg {prelist {load 1} {is_path_specific 0}} {
|
||||
foreach pre $prelist {
|
||||
lappend predesiglist [getModuleDesignation spec $pre]
|
||||
}
|
||||
lassign [list {} missing [getHintLoFirstMsg $predesiglist]] un mis\
|
||||
lassign [list {} missing [getHintLoFirstMsg $predesiglist]] un miss\
|
||||
hintmsg
|
||||
} else {
|
||||
##nagelfar ignore Found constant
|
||||
lassign [list un a [getHintUnFirstMsg $prelist]] un mis hintmsg
|
||||
lassign [list un a [getHintUnFirstMsg $prelist]] un miss hintmsg
|
||||
}
|
||||
set path_specific_msg [expr {$is_path_specific ? [getSpecificPathMsg] :\
|
||||
{}}]
|
||||
return "Module cannot be ${un}loaded due to $mis\
|
||||
return "Module cannot be ${un}loaded due to $miss\
|
||||
prereq$path_specific_msg.\n$hintmsg"
|
||||
}
|
||||
|
||||
|
||||
@@ -436,7 +436,7 @@ setenv_path_var MODULEPATH $modpath.3
|
||||
set tserr variant/
|
||||
testouterr_cmd sh {avail -t --no-indepth foo=anything} OK $tserr
|
||||
testouterr_cmd sh {avail -t --no-indepth variant foo=anything} OK $tserr
|
||||
testouterr_cmd sh {avail -t --no-indepth varian foo=anything} OK $tserr
|
||||
testouterr_cmd sh {avail -t --no-indepth varian foo=anything} OK $tserr ;# codespell:ignore varian
|
||||
|
||||
set tserr "variant/1.0{foo=*}
|
||||
variant/6.0{foo=*}"
|
||||
|
||||
@@ -440,7 +440,7 @@ setenv_path_var MODULEPATH $modpath.3
|
||||
set tserr variant/
|
||||
testouterr_cmd sh {spider -t --no-indepth foo=anything} OK $tserr
|
||||
testouterr_cmd sh {spider -t --no-indepth variant foo=anything} OK $tserr
|
||||
testouterr_cmd sh {spider -t --no-indepth varian foo=anything} OK $tserr
|
||||
testouterr_cmd sh {spider -t --no-indepth varian foo=anything} OK $tserr ;# codespell:ignore varian
|
||||
|
||||
set tserr "variant/1.0{foo=*}
|
||||
variant/6.0{foo=*}"
|
||||
|
||||
Reference in New Issue
Block a user