colindean / hejmo

My home directory and package management stuff, inelegant as it may be
17 stars 1 forks source link

Add a shellcheck autofix script #17

Open colindean opened 4 years ago

colindean commented 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…

colindean commented 3 years ago

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.