crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.5k stars 1.62k forks source link

Introduce shellcheck to lint shell scripts #15169

Open straight-shoota opened 2 weeks ago

straight-shoota commented 2 weeks ago

This PR fixes a number of issues in several shell scripts that shellcheck complains about. It also introduces a new CI job to ensure shellcheck compliance in the future.

Issues fixed:

Issues ignored:

Follow-up to #15139

oprypin commented 2 weeks ago

It will be nice to have this 🙂