This repository was archived by the owner on Nov 6, 2019. It is now read-only.
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
Consider using shellcheck to lint .sh files #652
Open
Description
See https://github.com/koalaman/shellcheck
This is installed on Travis CI already, the following command runs the check on all .sh files and gives an exit code indicating success or failure:
for file in $(find path/to/scripts -type f -name "*.sh"); do shellcheck --format=gcc $file; done;
Metadata
Metadata
Assignees
Labels
No labels