reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (4)
.docker/gs64/docker-tests.sh|62 col 12| Double quote to prevent globbing and word splitting.
.docker/gs64/docker-tests.sh|63 col 12| Double quote to prevent globbing and word splitting.
.docker/gs64/docker-tests.sh|85 col 12| Double quote to prevent globbing and word splitting.
.docker/gs64/docker-tests.sh|86 col 12| Double quote to prevent globbing and word splitting.
Filtered Findings (3)
scripts/test.sh|5 col 8| Not following: test-utils.sh: openBinaryFile: does not exist (No such file or directory)
scripts/test-utils.sh|17 col 16| Note that A && B || C is not if-then-else. C may run when A is true.
scripts/test-utils.sh|18 col 16| Note that A && B || C is not if-then-else. C may run when A is true.
Annotations
Check notice on line 62 in .docker/gs64/docker-tests.sh
github-actions / shellcheck
[shellcheck] .docker/gs64/docker-tests.sh#L62 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:62:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check notice on line 63 in .docker/gs64/docker-tests.sh
github-actions / shellcheck
[shellcheck] .docker/gs64/docker-tests.sh#L63 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:63:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check notice on line 85 in .docker/gs64/docker-tests.sh
github-actions / shellcheck
[shellcheck] .docker/gs64/docker-tests.sh#L85 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:85:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check notice on line 86 in .docker/gs64/docker-tests.sh
github-actions / shellcheck
[shellcheck] .docker/gs64/docker-tests.sh#L86 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:86:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)