Current section

Files

Jump to
bear rebar.config
Raw

rebar.config

{deps, []}.
{erl_opts, [debug_info]}.
{cover_enabled, true}.
%% xref - default checks except export_not_used, which is pointless here
{xref_checks, [undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.