Upgrade OS --> 24.04 #7362
reviewdog.yml
on: pull_request
Shellcheck testing
8m 8s
Check spelling
1m 3s
Annotations
1 warning
Shellcheck testing:
disk/format-chosen.sh#L102
[shellcheck] reported by reviewdog 🐶
Don't use variables in the printf format string. Use printf '..%s..' "$foo". [SC2059](https://github.com/koalaman/shellcheck/wiki/SC2059)
Raw Output:
./disk/format-chosen.sh:102:12:info:Don't use variables in the printf format string. Use printf '..%s..' "$foo". [SC2059](https://github.com/koalaman/shellcheck/wiki/SC2059)
|