-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shellcheck: lint shell script files #3068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments.
da600f0
to
9f3239a
Compare
|
Added a scary BLOCKED label. |
Removing the "scary BLOCKED label", the only bash4 syntax is in |
9f3239a
to
2fb106f
Compare
2fb106f
to
fd369ab
Compare
Run the brilliantly named
shellcheck
over all shell scripts to improve code quality and cut down on review overheads.shellcheck
runs over files rather than projects unlike many other linters (e.g. pycodestyle) so I've implemented a minimal script for including / excluding files in the check. I did look at borrowing the tox interface from pycodestyle but it would probably be more effort than it's worth for this simple linter.