ci: diff back-to-back built images #47
pr-review.yml
on: pull_request
shellcheck grml-debootstrap
9s
shellcheck test scripts
8s
Annotations
2 errors and 6 warnings
shellcheck test scripts:
tests/b2b-known-differences#L1
[shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
Raw Output:
tests/b2b-known-differences:1:1:error:Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
|
shellcheck test scripts:
tests/docker-test-b2b.sh#L30
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
tests/docker-test-b2b.sh:30:- rm -rfv "$MNTDIR1"$pattern "$MNTDIR2"$pattern
tests/docker-test-b2b.sh:30:+ rm -rfv "$MNTDIR1""$pattern" "$MNTDIR2""$pattern"
|
shellcheck test scripts:
tests/docker-test-b2b.sh#L30
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
tests/docker-test-b2b.sh:30:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck test scripts:
tests/docker-test-b2b.sh#L30
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
tests/docker-test-b2b.sh:30:42:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck test scripts:
tests/b2b-known-differences#L2
[shellcheck] reported by reviewdog 🐶
This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
Raw Output:
tests/b2b-known-differences:2:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
|
shellcheck test scripts:
tests/b2b-known-differences#L15
[shellcheck] reported by reviewdog 🐶
This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
Raw Output:
tests/b2b-known-differences:15:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
|
shellcheck test scripts:
tests/b2b-known-differences#L19
[shellcheck] reported by reviewdog 🐶
This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
Raw Output:
tests/b2b-known-differences:19:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
|
shellcheck test scripts:
tests/b2b-known-differences#L21
[shellcheck] reported by reviewdog 🐶
This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
Raw Output:
tests/b2b-known-differences:21:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
|