We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45cbb6 commit 9be0206Copy full SHA for 9be0206
.shellcheckrc
@@ -1,10 +1,17 @@
1
-# Add the script directory to the search path for source statements
2
-source-path=SCRIPTDIR
+# ShellCheck settings
+#
3
+# Last reviewed release: v0.10.0
4
-# Enable all checks (inc. optional)
5
+# List of optional checks to enable
6
enable=all
7
-# Disable some checks
8
+# List of checks to disable
9
#
-# SC2250 require-variable-braces optional
10
+# Check ID Symbolic name Type
11
+# SC2250 require-variable-braces optional
12
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