Feature/applications/vms #885
shellcheck.yml
on: pull_request
Shellcheck
39s
Shell Fomatting
0s
Annotations
1 error and 1 warning
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)
|