We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf79d7b commit 40dbfcfCopy full SHA for 40dbfcf
.shellcheckrc
@@ -0,0 +1,11 @@
1
+# Suggest explicitly using -n in `[ $var ]`
2
+enable=avoid-nullary-conditions
3
+
4
+# Suggest 'command -v' instead of 'which'
5
+enable=deprecate-which
6
7
+# Suggest quoting variables without metacharacters
8
+enable=quote-safe-variables
9
10
+# Require [[ and warn about [ in Bash/Ksh
11
+enable=require-double-brackets
0 commit comments