Current section

Files

Jump to
rebar3_run rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks, [{"(linux|darwin|solaris)", compile, "make -C c_src/"},
{"(freebsd)", compile, "gmake -C c_src/"}]}.
{xref_checks, [
deprecated_function_calls,
locals_not_used
]}.
{dialyzer, [
{warnings, [
error_handling,
underspecs,
unmatched_returns
]}
]}.
{project_plugins, [rebar3_hank]}.