Skip to content

Commit e8cbd42

Browse files
committed
Minor tidy-up of ShellCheck config
1 parent d163b15 commit e8cbd42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.shellcheckrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Add the script directory to the search path for source statements
22
source-path=SCRIPTDIR
33

4-
# Enable all optional checks
4+
# Enable all checks (inc. optional)
55
enable=all
66

7-
# Disable the require-variable-braces check
7+
# Disable some checks
8+
#
9+
# SC2250 require-variable-braces optional
810
disable=SC2250

0 commit comments

Comments
 (0)