rebar3_shellcheck
A rebar3 plugin that runs shellcheck on given shell scripts.
Usage
Add the plugin to your rebar config:
{plugins, [
{shellcheck, ".*", {git, "git@github.com:AntoineGagne/rebar3_shellcheck.git", {tag, "v1.0.0"}}}
]}.Then just call your plugin directly in an existing application:
rebar3 shellcheck