README.md

# rebar3\_shellcheck

A `rebar3` plugin that runs `shellcheck` on given shell scripts.

## Usage

Add the plugin to your `rebar config`:

```erlang
{plugins, [
    {shellcheck, ".*", {git, "git@github.com:AntoineGagne/rebar3_shellcheck.git", {tag, "v1.0.0"}}}
]}.
```

Then just call your plugin directly in an existing application:

```sh
rebar3 shellcheck
```