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 d163b15 commit e8cbd42Copy full SHA for e8cbd42
.shellcheckrc
@@ -1,8 +1,10 @@
1
# Add the script directory to the search path for source statements
2
source-path=SCRIPTDIR
3
4
-# Enable all optional checks
+# Enable all checks (inc. optional)
5
enable=all
6
7
-# Disable the require-variable-braces check
+# Disable some checks
8
+#
9
+# SC2250 require-variable-braces optional
10
disable=SC2250
0 commit comments