charlesdaniels / bitshuffle

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Code Quality Checks with ShellCheck #36

Closed charlesdaniels closed 6 years ago

charlesdaniels commented 6 years ago

We have enough automation scripts that we should probably do automated code quality checks on them. I have used ShellCheck for other projects and found that it worked really well.

This should be added to the pre-commit checks, and also the test suite that TravisCI runs.

jyn514 commented 6 years ago

Implemented in https://github.com/charlesdaniels/bitshuffle/pull/41.