Port scripts to strict POSIX implementations #87
status-checks.yaml
on: pull_request
runner / misspell
19s
runner / typos
4s
runner / markdownlint
18s
runner / shfmt
10s
runner / shellcheck
6s
unit tests
3s
Annotations
2 errors and 10 warnings
runner / shellcheck
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
runner / shellcheck
Process completed with exit code 1.
|
runner / shellcheck:
test/test.sh#L62
[shellcheck] reported by reviewdog 🐶
Modification of ZFS is local (to subshell caused by (..) group).
Raw Output:
./test/test.sh:62:5: info: Modification of ZFS is local (to subshell caused by (..) group). (ShellCheck.SC2030)
|
runner / shellcheck:
test/test.sh#L63
[shellcheck] reported by reviewdog 🐶
Modification of SSH is local (to subshell caused by (..) group).
Raw Output:
./test/test.sh:63:5: info: Modification of SSH is local (to subshell caused by (..) group). (ShellCheck.SC2030)
|
runner / shellcheck:
test/test.sh#L95
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:95:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L98
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:98:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L101
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:101:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L104
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:104:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L110
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:110:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L123
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:123:22: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L126
[shellcheck] reported by reviewdog 🐶
SSH was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:126:22: info: SSH was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|
runner / shellcheck:
test/test.sh#L126
[shellcheck] reported by reviewdog 🐶
ZFS was modified in a subshell. That change might be lost.
Raw Output:
./test/test.sh:126:38: info: ZFS was modified in a subshell. That change might be lost. (ShellCheck.SC2031)
|