We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6265521 commit 12af8beCopy full SHA for 12af8be
1 file changed
tests/patch/shellcheck/shellcheck.sh
@@ -5,7 +5,8 @@ HEAD=$(git rev-parse HEAD)
5
rc=0
6
7
# SC2317 = unreachable code, gets confused by test case definitions
8
-SC_FLAGS="-x -e SC2317"
+# SC2329 = function not invoked, gets confused by test case definitions
9
+SC_FLAGS="-x -e SC2317 -e SC2329"
10
11
pr() {
12
echo " ====== $* ======" | tee -a /dev/stderr
0 commit comments