anvl_rebar3 ¶A plugin that adds basic compatibility with rebar3 projects.
-spec exec_hooks(anvl_project:t(),
[{string(),
string()}]) -> fun((anvl_erlc:context()) -> boolean()).
Execute pre-compile hooks for a project.
-spec translate_conf(proplists:proplist()) -> map().
-spec generate_anvl_conf(file:filename(),
file:filename()) -> ok.
-spec
maybe_generate_anvl_conf(file:filename()) -> boolean().
Generate anvl.erl file from rebar.conf if the former is not found in the project directory.