diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-07 21:56:17 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-07 21:56:53 +0200 |
commit | 27de53125eb3bd4d349dcfe1cfd9213f8c35c23b (patch) | |
tree | 99e4406a40f9df74addbc2083de4f24ffc845f6e | |
parent | 055ac99d6f473620d8cfad816ac39b86eeb21bbc (diff) |
Use warnings_as_errors instead of fail_on_warning
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index d9477e1..cd04153 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {app_bin, ["priv/rebar"]}. -{erl_opts, [fail_on_warning]}. +{erl_opts, [warnings_as_errors]}. {xref_checks, [undefined_function_calls]}. |