mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
12 lines
395 B
Text
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
|