Skip to content

Commit

Permalink
Update rebar.config, remove dialyzer options
Browse files Browse the repository at this point in the history
  • Loading branch information
jimenezrick committed Feb 3, 2012
1 parent 1897cc8 commit 2d6281d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
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]}.
{cover_enabled, true}.
{xref_checks, [exports_not_used, undefined_function_calls]}.
{cover_enabled, true}.

0 comments on commit 2d6281d

Please sign in to comment.