From f03dbf4d0662a231454f7c188c10e2892c2733ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 21 Jun 2011 17:24:07 +0200 Subject: 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! --- rebar.config | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rebar.config') 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, -- cgit v1.2.3