Packages

A rebar3 plugin to run shellcheck on given shell scripts.

Current section

Files

Jump to
rebar3_shellcheck src rebar3_shellcheck.app.src
Raw

src/rebar3_shellcheck.app.src

{application,rebar3_shellcheck,
[{description,"A rebar3 plugin to run shellcheck on given shell scripts."},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["BSD 3-Clause License"]},
{links,[{"Github",
"https://github.com/AntoineGagne/rebar3_shellcheck"}]}]}.