Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antoinegagne/rebar3_shellcheck

rebar3 plugin to run shellcheck on given shell scripts
https://github.com/antoinegagne/rebar3_shellcheck

Last synced: 2 months ago
JSON representation

rebar3 plugin to run shellcheck on given shell scripts

Awesome Lists containing this project

README

        

# rebar3\_shellcheck

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

## Usage

This plugin can found on [Hex](https://hex.pm/packages/rebar3_shellcheck).

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

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

Then just call your plugin directly in an existing application:

```sh
rebar3 shellcheck
```