Skip to content

Feature/applications/vms #884

Feature/applications/vms

Feature/applications/vms #884

Triggered via pull request August 22, 2025 19:53
Status Failure
Total duration 42s
Artifacts

shellcheck.yml

on: pull_request
Shellcheck
39s
Shellcheck
Shell Fomatting
0s
Shell Fomatting
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
Shellcheck
Process completed with exit code 1.
Shellcheck: core/tabs/applications-setup/virtualization/create-virtual-machine.sh#L65
[shellcheck] reported by reviewdog 🐶 Don't use variables in the printf format string. Use printf '..%s..' "$foo". Raw Output: ./core/tabs/applications-setup/virtualization/create-virtual-machine.sh:65:9: info: Don't use variables in the printf format string. Use printf '..%s..' "$foo". (ShellCheck.SC2059)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L10
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:10:144: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L10
[shellcheck] reported by reviewdog 🐶 The surrounding quotes actually unquote this. Remove or escape them. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:10:144: warning: The surrounding quotes actually unquote this. Remove or escape them. (ShellCheck.SC2027)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L10
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:10:102: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L10
[shellcheck] reported by reviewdog 🐶 The surrounding quotes actually unquote this. Remove or escape them. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:10:102: warning: The surrounding quotes actually unquote this. Remove or escape them. (ShellCheck.SC2027)