Current section
Files
Jump to
Current section
Files
rebar3_nova
rebar.config
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]}
]}.