1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-21 15:22:42 +00:00
pixelfed/.shellcheckrc
Christian Winther 72b454143b tweaking configs
2024-01-15 20:42:11 +00:00

12 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