From 7b6f52bec328468fe882b7725966de12954ceb11 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 3 Aug 2011 00:46:33 -0700 Subject: [PATCH] rebar config changes --- rebar.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 9b03f12..81b0407 100644 --- a/rebar.config +++ b/rebar.config @@ -17,8 +17,7 @@ warn_obsolete_guard, strict_validation, warn_export_vars, - warn_exported_vars, - debug_info]}. + warn_exported_vars]}. {dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}. {xref_checks, [undefined_function_calls]}. {cover_enabled, true}.