Current section
Files
Jump to
Current section
Files
src/rebar3_lint.app.src
{application,rebar3_lint,
[{description,"Erlang linter - rebar3 plugin"},
{vsn,"3.0.1"},
{registered,[]},
{applications,[kernel,stdlib,elvis_core]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/project-fifo/rebar3_lint"}]}]}.