2022-02-03

This commit is contained in:
Louis Seubert 2022-02-03 19:33:04 +01:00
parent f86b8496ec
commit db393215ce
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
55 changed files with 1907 additions and 0 deletions

10
.shellcheckrc Normal file
View 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