erlef / otp_builds

Community-maintained pre-compiled Erlang/OTP for macOS
Apache License 2.0
29 stars 0 forks source link

Add "code" (shell) linter and format checker #32

Closed paulo-ferraz-oliveira closed 1 week ago

paulo-ferraz-oliveira commented 2 months ago

This uses:

behind the scenes.

After #1 is merged I don't mind either relaxing the rules or adapting the code. I've found, over use, that at least ShellCheck is very good at catching error-prone patterns and even helping make it more readable.

Closes #13. Closes #14.

paulo-ferraz-oliveira commented 2 weeks ago

Now that #1 is out this is rebased on top of the default branch.

paulo-ferraz-oliveira commented 2 weeks ago

Branch is updated and rebased on top of the default branch. Lemme know what you want relaxed, commented, removed, etc.

paulo-ferraz-oliveira commented 1 week ago

As with the other one, I'm merging and it should be easy to revert if it causes issues in the default branch.