[pull] master from netdata:master #707
review.yml
on: pull_request
Prepare Review Jobs
29s
actionlint
33s
flake8
45s
hadolint
0s
shellcheck
2m 21s
yamllint
49s
Matrix: golangci-lint
Annotations
1 error and 5 warnings
actionlint:
.github/workflows/build.yml#L1141
[actionlint] reported by reviewdog 🐶
property "distro" is not defined in object type {} [expression]
Raw Output:
.github/workflows/build.yml:1141:75: property "distro" is not defined in object type {} [expression]
|
shellcheck:
packaging/windows/package-windows.sh#L6
[shellcheck] reported by reviewdog 🐶
Not following: ./win-build-dir.sh: openBinaryFile: does not exist (No such file or directory)
Raw Output:
./packaging/windows/package-windows.sh:6:3: info: Not following: ./win-build-dir.sh: openBinaryFile: does not exist (No such file or directory) (ShellCheck.SC1091)
|
shellcheck:
packaging/windows/package-windows.sh#L11
[shellcheck] reported by reviewdog 🐶
build is referenced but not assigned.
Raw Output:
./packaging/windows/package-windows.sh:11:18: warning: build is referenced but not assigned. (ShellCheck.SC2154)
|
shellcheck:
packaging/windows/compile-on-windows.sh#L7
[shellcheck] reported by reviewdog 🐶
Not following: ./win-build-dir.sh: openBinaryFile: does not exist (No such file or directory)
Raw Output:
./packaging/windows/compile-on-windows.sh:7:3: info: Not following: ./win-build-dir.sh: openBinaryFile: does not exist (No such file or directory) (ShellCheck.SC1091)
|
shellcheck:
packaging/windows/compile-on-windows.sh#L11
[shellcheck] reported by reviewdog 🐶
build is referenced but not assigned.
Raw Output:
./packaging/windows/compile-on-windows.sh:11:10: warning: build is referenced but not assigned. (ShellCheck.SC2154)
|
shellcheck:
packaging/installer/kickstart.sh#L2093
[shellcheck] reported by reviewdog 🐶
For loops over find output are fragile. Use find -exec or a while read loop.
Raw Output:
./packaging/installer/kickstart.sh:2093:17: warning: For loops over find output are fragile. Use find -exec or a while read loop. (ShellCheck.SC2044)
|