-
Notifications
You must be signed in to change notification settings - Fork 9
Any chances to get Shellcheck onboard ? #277
Comments
Yes, no problem - I'll add shortly or feel free to submit a PR in the meantime |
After some quick reading, it seems that It's not supported directly by alpine linux: Here's an example docker image that incorporates alpine + shellcheck: https://github.com/NLKNguyen/alpine-shellcheck The only problem is that it involves manual steps, while this repo is auto-built by Docker Hub. It could still be possible but needs more thought. |
One (ugly) possibility would be to simply commit the shellcheck binary to this repo and copy it into the Docker image. |
Nice findings! Thought of using releases https://github.com/koalaman/shellcheck/releases , but there's source code only... |
Hi, I compile the shellcheck on this fork : https://github.com/damiendurant/lint-condo.git It's based on work done on mhart/alpine-node |
Hi there,
any chances you can get https://github.com/koalaman/shellcheck onboard ?
Would love to have it to check bash scripts.
The text was updated successfully, but these errors were encountered: