[pull] master from netdata:master #858
Triggered via pull request
September 30, 2024 15:43
Status
Success
Total duration
5m 44s
Artifacts
–
review.yml
on: pull_request
Prepare Review Jobs
35s
actionlint
0s
flake8
36s
hadolint
0s
shellcheck
2m 28s
yamllint
53s
Matrix: golangci-lint
Annotations
4 errors and 5 warnings
yamllint:
src/go/plugin/go.d/modules/openldap/metadata.yaml#L104
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
Raw Output:
./src/go/plugin/go.d/modules/openldap/metadata.yaml:104:59: [error] trailing spaces (trailing-spaces)
|
yamllint:
src/go/plugin/go.d/modules/openldap/metadata.yaml#L115
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
Raw Output:
./src/go/plugin/go.d/modules/openldap/metadata.yaml:115:59: [error] trailing spaces (trailing-spaces)
|
yamllint:
src/go/plugin/go.d/modules/openldap/metadata.yaml#L117
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
Raw Output:
./src/go/plugin/go.d/modules/openldap/metadata.yaml:117:1: [error] trailing spaces (trailing-spaces)
|
yamllint:
src/go/plugin/go.d/modules/openldap/metadata.yaml#L120
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
Raw Output:
./src/go/plugin/go.d/modules/openldap/metadata.yaml:120:59: [error] trailing spaces (trailing-spaces)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L43
[shellcheck] reported by reviewdog 🐶
In POSIX sh, OSTYPE is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:43: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, OSTYPE is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:45:28: warning: In POSIX sh, OSTYPE is undefined. (ShellCheck.SC3028)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L52
[shellcheck] reported by reviewdog 🐶
In POSIX sh, set option pipefail is undefined.
Raw Output:
./packaging/utils/compile-on-windows.sh:52:13: warning: In POSIX sh, set option pipefail is undefined. (ShellCheck.SC3040)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L70
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./packaging/utils/compile-on-windows.sh:70:7: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
packaging/utils/compile-on-windows.sh#L84
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./packaging/utils/compile-on-windows.sh:84:8: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|