rebar3_lint is a rebar3 plugin to ease the integration of
elvis into your project.
Add the plugin to your rebar.config:
{project_plugins, [
rebar3_lint
]}.Then call it:
$ rebar3 lint
===> Fetching rebar3_lint
===> Compiling rebar3_lint
<plugin output>Read elvis_core's Configuration
README section for more information.
This rebar3 plugin is part of the Elvis ecosystem. For details on versioning and guidance on
migrating between major versions when breaking changes occur, refer to the
elvis_core README.