From 03b07c3d396d577c3a6d635c339900ed4d8c391c Mon Sep 17 00:00:00 2001 From: James Fish Date: Wed, 19 Nov 2014 18:10:41 +0000 Subject: Fix default dialyzer warnings * Nolonger supress standard warnings * Nolonger include race_conditions by default[1] [1] http://erlang.org/pipermail/erlang-bugs/2014-July/004518.html --- src/rebar_prv_dialyzer.erl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src') diff --git a/src/rebar_prv_dialyzer.erl b/src/rebar_prv_dialyzer.erl index 20a58f3..75bc11e 100644 --- a/src/rebar_prv_dialyzer.erl +++ b/src/rebar_prv_dialyzer.erl @@ -95,14 +95,6 @@ update_dep_plt(_State, DepPlt, AppList) -> dialyzer:run(Opts). default_warnings() -> - [no_return, - no_unused, - no_improper_lists, - no_fun_app, - no_match, - no_opaque, - no_fail_call, - error_handling, - race_conditions, + [error_handling, unmatched_returns, underspecs]. -- cgit v1.1