Skip to content

Commit e5d26f5

Browse files
committed
disable shellcheck warnings for two docker_testing scripts
1 parent 130fa94 commit e5d26f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker_testing/run-individual.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ quit(){
1010
exit "$1"
1111
}
1212

13+
# shellcheck disable=SC2329
1314
handle_sig(){
1415
# shellcheck disable=SC2317
1516
quit "Caught keyboard interrupt" 1

docker_testing/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
# shellcheck disable=SC2329
34
# shellcheck disable=SC2317
45
# shell-check can't see handle_sig() or quit()
56
# since they get called via trap

0 commit comments

Comments
 (0)