Open colindean opened 4 years ago
https://github.com/koalaman/shellcheck/issues/1220
This could be the start of some CI on this repo, wherein shellcheck has to pass on bash scripts and this script applies automatic fixes as a PR…
I've been using shellcheck -f diff *.sh | git apply for work successfully a lot lately, so it might be able to be as easy as that for now.
shellcheck -f diff *.sh | git apply
https://github.com/koalaman/shellcheck/issues/1220
This could be the start of some CI on this repo, wherein shellcheck has to pass on bash scripts and this script applies automatic fixes as a PR…