addon-vscode/.shellcheckrc
2025-04-14 18:32:34 -07:00

12 lines
395 B
Text

# Look for 'source'd files relative to the checked script,
# and also look for absolute paths in /mnt/chroot
source-path=source
# 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