[pull] master from netdata:master #859
Annotations
5 warnings
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
Loading