[pull] master from netdata:master #1119
review.yml
on: pull_request
Prepare Review Jobs
37s
actionlint
0s
flake8
0s
hadolint
0s
shellcheck
2m 28s
yamllint
0s
Matrix: golangci-lint
Annotations
3 warnings
Prepare Review Jobs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
shellcheck:
packaging/installer/kickstart.sh#L2115
[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:2115:17: warning: For loops over find output are fragile. Use find -exec or a while read loop. (ShellCheck.SC2044)
|
shellcheck:
packaging/installer/kickstart.sh#L2423
[shellcheck] reported by reviewdog 🐶
NETDATA_NO_START appears unused. Verify use (or export if used externally).
Raw Output:
./packaging/installer/kickstart.sh:2423:9: warning: NETDATA_NO_START appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|