rebar3_shellcheck

A rebar3 plugin to run shellcheck on given shell scripts.


License
BSD-1-Clause

Documentation

rebar3_shellcheck

A rebar3 plugin that runs shellcheck on given shell scripts.

Usage

This plugin can found on Hex.

Alternatively, you can add the plugin to your rebar config in the following way:

{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