Skip to content

Commit c74b4fd

Browse files
committed
Add .shellcheckrc
1 parent ba456b3 commit c74b4fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.shellcheckrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)