Update dependencies #5
Annotations
4 warnings
|
Lint:
.devcontainer/openmage/install.sh#L58
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.devcontainer/openmage/install.sh:58:29: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
Lint:
.devcontainer/openmage/install.sh#L58
[shellcheck] reported by reviewdog 🐶
Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'.
Raw Output:
./.devcontainer/openmage/install.sh:58:22: info: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. (ShellCheck.SC2116)
|
|
Lint:
.devcontainer/openmage/install.sh#L57
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./.devcontainer/openmage/install.sh:57:17: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
|
Lint:
.devcontainer/openmage/install.sh#L57
[shellcheck] reported by reviewdog 🐶
Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'.
Raw Output:
./.devcontainer/openmage/install.sh:57:10: info: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. (ShellCheck.SC2116)
|