Skip to content

Commit 9be0206

Browse files
committed
Pedantic updates to ShellCheck config
1 parent a45cbb6 commit 9be0206

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.shellcheckrc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# Add the script directory to the search path for source statements
2-
source-path=SCRIPTDIR
1+
# ShellCheck settings
2+
#
3+
# Last reviewed release: v0.10.0
34

4-
# Enable all checks (inc. optional)
5+
# List of optional checks to enable
56
enable=all
67

7-
# Disable some checks
8+
# List of checks to disable
89
#
9-
# SC2250 require-variable-braces optional
10+
# Check ID Symbolic name Type
11+
# SC2250 require-variable-braces optional
1012
disable=SC2250
13+
14+
# Add the script directory to the search path for source statements
15+
source-path=SCRIPTDIR
16+
17+
# vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr

0 commit comments

Comments
 (0)