mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Use warnings_as_errors instead of fail_on_warning
This commit is contained in:
parent
055ac99d6f
commit
27de53125e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{app_bin, ["priv/rebar"]}.
|
||||
{erl_opts, [fail_on_warning]}.
|
||||
{erl_opts, [warnings_as_errors]}.
|
||||
{xref_checks, [undefined_function_calls]}.
|
||||
|
|
Loading…
Reference in a new issue