pixelfed/.shellcheckrc
Christian Winther 72b454143b tweaking configs
2024-01-15 20:42:11 +00:00

13 lines
373 B
Text

# See: https://github.com/koalaman/shellcheck/blob/master/shellcheck.1.md#rc-files
source-path=SCRIPTDIR
# Allow opening any 'source'd file, even if not specified as input
external-sources=true
# Turn on warnings for unquoted variables with safe values
enable=quote-safe-variables
# Turn on warnings for unassigned uppercase variables
enable=check-unassigned-uppercase