2022-02-03
This commit is contained in:
parent
f86b8496ec
commit
db393215ce
55 changed files with 1907 additions and 0 deletions
10
.shellcheckrc
Normal file
10
.shellcheckrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Look for 'source'd files relative to the checked script
|
||||
source-path=SCRIPTDIR
|
||||
shell=bash
|
||||
enable=deprecate-which
|
||||
enable=require-double-brackets
|
||||
enable=require-variable-braces
|
||||
disable=SC1090 # not really fixable usually (ever?)
|
||||
disable=SC2034 # for localizing variables set in called functions
|
||||
# disable=SC2206 # suggested alternatives fail in posix mode or use temp files
|
||||
# disable=SC2207 # suggested alternatives fail in posix mode or use temp files
|
Loading…
Add table
Add a link
Reference in a new issue