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 ba456b3 commit c74b4fdCopy full SHA for c74b4fd
.shellcheckrc
@@ -0,0 +1,14 @@
1
+# ShellCheck configuration
2
+# https://github.com/koalaman/shellcheck/blob/HEAD/shellcheck.1.md#rc-files
3
+
4
+# See also:
5
+# https://www.shellcheck.net/wiki/Optional
6
+# https://google.github.io/styleguide/shellguide.html
7
8
+# https://www.shellcheck.net/wiki/SC2292
9
+# https://google.github.io/styleguide/shellguide.html#s6.3-tests
10
+enable=require-double-brackets
11
12
+# https://www.shellcheck.net/wiki/SC2250
13
+# https://google.github.io/styleguide/shellguide.html#s5.6-variable-expansion
14
+enable=require-variable-braces
0 commit comments