Skip to content

[pull] master from netdata:master #707

[pull] master from netdata:master

[pull] master from netdata:master #707

Triggered via pull request August 8, 2024 20:06
Status Success
Total duration 33m 40s
Artifacts

review.yml

on: pull_request
Prepare Review Jobs
29s
Prepare Review Jobs
Matrix: golangci-lint
Fit to window
Zoom out
Zoom in

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)