aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-06-21 17:24:07 +0200
committerLoïc Hoguin <[email protected]>2011-06-21 17:24:07 +0200
commitf03dbf4d0662a231454f7c188c10e2892c2733ce (patch)
tree504ec98bd6d1ba0f0303dcab38f079dfa22ba571 /rebar.config
parentc427c7f8ecb4524188f1ed023d1bb60fed1bfa00 (diff)
downloadcowboy-f03dbf4d0662a231454f7c188c10e2892c2733ce.tar.gz
cowboy-f03dbf4d0662a231454f7c188c10e2892c2733ce.tar.bz2
cowboy-f03dbf4d0662a231454f7c188c10e2892c2733ce.zip
Use dialyzer directly instead of through rebar
Rebar recently removed their dialyzer support options so we're switching to plain dialyzer. And as a bonus it works much better!
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config7
1 files changed, 0 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config
index e700ab8..afdbcc6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,11 +1,4 @@
{cover_enabled, true}.
-{dialyzer_opts, [src, {warnings, [
- behaviours,
- error_handling,
- race_conditions,
- unmatched_returns
-%% underspecs
-]}]}.
{erl_opts, [
%% bin_opt_info,
warnings_as_errors,