mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
14 lines
338 B
Plaintext
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
|