Enable xref checks on rebar

This commit is contained in:
Dave Smith 2010-04-09 09:25:08 -06:00
parent fcf4507a80
commit f36e044e5d

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]}.