From 685c27fe5d616474fa7f81bc268683a28870835f Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Tue, 31 Jan 2012 16:41:32 -0300 Subject: [PATCH] Remove dialyzer options --- rebar.config | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config b/rebar.config index fa1850a..7d740be 100644 --- a/rebar.config +++ b/rebar.config @@ -12,5 +12,4 @@ warn_exported_vars, warn_missing_spec, warn_untyped_record, debug_info]}. -{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}. {xref_checks, [undefined_function_calls]}.