Current section

Files

Jump to
rebar3_nova rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
nova,
enotify
]}.
{xref_checks,[
undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{dialyzer, [
{warnings, [
unknown
]},
{plt_apps, all_deps},
{plt_extra_apps, [
nova,
routing_tree]}
]}.