[pull] master from netdata:master #630
review.yml
on: pull_request
Prepare Review Jobs
39s
actionlint
45s
flake8
42s
hadolint
0s
shellcheck
5m 52s
yamllint
1m 6s
Matrix: golangci-lint
Annotations
1 error and 4 warnings
shellcheck
Process completed with exit code 1.
|
shellcheck:
packaging/utils/compile-on-windows.sh#L36
[shellcheck] reported by reviewdog 🐶
In POSIX sh, OSTYPE is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:36:28: warning: In POSIX sh, OSTYPE is undefined. (ShellCheck.SC3028)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L38
[shellcheck] reported by reviewdog 🐶
In POSIX sh, OSTYPE is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:38:28: warning: In POSIX sh, OSTYPE is undefined. (ShellCheck.SC3028)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L45
[shellcheck] reported by reviewdog 🐶
In POSIX sh, set option pipefail is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:45:13: warning: In POSIX sh, set option pipefail is undefined. (ShellCheck.SC3040)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L68
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./packaging/utils/compile-on-windows.sh:68:5: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|