From 06ff8607edca1343ab2480dc2dc9890d258b6dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 22 Mar 2011 12:25:43 +0100 Subject: Add more dialyzer warnings to rebar.config. --- rebar.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d7d0b38..665255c 100644 --- a/rebar.config +++ b/rebar.config @@ -1,2 +1,8 @@ -{dialyzer_opts, [src]}. +{dialyzer_opts, [src, {warnings, [ + behaviours, + error_handling, + race_conditions, + unmatched_returns +%% underspecs +]}]}. {erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}. -- cgit v1.2.3