Skip to content

Feature/applications/vms #870

Feature/applications/vms

Feature/applications/vms #870

Triggered via pull request August 22, 2025 17:13
Status Failure
Total duration 45s
Artifacts

shellcheck.yml

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

Annotations

4 errors and 10 warnings
Shellcheck
Process completed with exit code 2.
Shellcheck: core/tabs/applications-setup/virtualization/create-virtual-machine.sh#L271
[shellcheck] reported by reviewdog 🐶 Expected end of double quoted string. Fix any mentioned problems and try again. Raw Output: ./core/tabs/applications-setup/virtualization/create-virtual-machine.sh:271:5: error: Expected end of double quoted string. Fix any mentioned problems and try again. (ShellCheck.SC1072)
Shellcheck: core/tabs/applications-setup/virtualization/create-virtual-machine.sh#L265
[shellcheck] reported by reviewdog 🐶 Couldn't parse this double quoted string. Fix to allow more checks. Raw Output: ./core/tabs/applications-setup/virtualization/create-virtual-machine.sh:265:53: error: Couldn't parse this double quoted string. Fix to allow more checks. (ShellCheck.SC1073)
Shellcheck
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Shellcheck: core/tabs/applications-setup/virtualization/qemu-install.sh#L23
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/qemu-install.sh:23:40: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/qemu-install.sh#L10
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/qemu-install.sh:10:76: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L51
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:51:46: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L26
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:26:82: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L25
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:25:70: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L14
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:14:177: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L14
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:14:104: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L14
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:14:27: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Shellcheck: core/tabs/applications-setup/virtualization/virtualbox.sh#L10
[shellcheck] reported by reviewdog 🐶 Expressions don't expand in single quotes, use double quotes for that. Raw Output: ./core/tabs/applications-setup/virtualization/virtualbox.sh:10:35: info: Expressions don't expand in single quotes, use double quotes for that. (ShellCheck.SC2016)
Shellcheck: core/tabs/applications-setup/virtualization/virt-manager.sh#L23
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./core/tabs/applications-setup/virtualization/virt-manager.sh:23:31: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)