diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-12-14 09:27:58 -0500 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-12-14 09:27:58 -0500 |
commit | 7cf35a88ba2c6c0ededaaba919083eed95dead00 (patch) | |
tree | 3c088299967fa1909273228435a20e8cc205d59c | |
parent | 417ff3ad7688723297ae210b50c111be8200242c (diff) |
Enable fail_on_warning by default
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index a43eacb..dc19dfa 100644 --- a/rebar.config +++ b/rebar.config @@ -1 +1,2 @@ {app_bin, ["priv/rebar"]}. +{erl_opts, [fail_on_warning]}. |