Current section

Files

Jump to
elvis_core src elvis.app.src
Raw

src/elvis.app.src

{application,elvis,
[{pkg_name,elvis_core},
{description,"Core library for the Erlang style reviewer"},
{vsn,"0.3.0"},
{applications,[kernel,stdlib,lager,zipper,katana_code]},
{modules,[elvis_core,elvis_config,elvis_result,elvis_utils,
elvis_style]},
{registered,[]},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/elvis_core"}]},
{build_tools,["rebar3"]}]}.