constellation/.shellcheckrc
Paul Meyer 7aa7492474 Fix shellcheck warnings
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2022-11-11 13:40:13 +01:00

14 lines
338 B
Plaintext

external-sources=true
source-path=SCRIPTDIR
disable=SC2181
# Enable optionals, see https://github.com/koalaman/shellcheck/wiki/optional.
enable=add-default-case
enable=avoid-nullary-conditions
enable=check-set-e-suppressed
enable=deprecate-which
enable=quote-safe-variables
enable=require-double-brackets
enable=require-variable-braces