rebar/rebar.config

3 lines
104 B
Erlang

{app_bin, ["priv/rebar"]}.
{erl_opts, [warnings_as_errors]}.
{xref_checks, [undefined_function_calls]}.