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 130fa94 commit e5d26f5Copy full SHA for e5d26f5
docker_testing/run-individual.sh
@@ -10,6 +10,7 @@ quit(){
10
exit "$1"
11
}
12
13
+# shellcheck disable=SC2329
14
handle_sig(){
15
# shellcheck disable=SC2317
16
quit "Caught keyboard interrupt" 1
docker_testing/run.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
3
4
5
# shell-check can't see handle_sig() or quit()
6
# since they get called via trap
0 commit comments