Browse Source

Enable xref checks on rebar

Dave Smith 15 years ago
parent
commit
f36e044e5d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      rebar.config

+ 2
- 1
rebar.config View File

@ -1,2 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{erl_opts, [fail_on_warning, debug_info]}.
{xref_checks, [undefined_function_calls]}.

Loading…
Cancel
Save