Browse Source

Enable fail_on_warning by default

pull/3/head
Dave Smith 15 years ago
parent
commit
7cf35a88ba
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      rebar.config

+ 1
- 0
rebar.config View File

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

Loading…
Cancel
Save