Skip to content

Commit

Permalink
Enable more dialyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Reid committed Apr 9, 2011
1 parent 1242810 commit 9058318
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rebar.config
Expand Up @@ -3,3 +3,17 @@
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{template_dir, "support/templates/"}.
{dialyzer_opts, [{warnings, [no_return,
no_unused,
no_improper_lists,
no_fun_app,
no_match,
no_opaque,
no_fail_call,
error_handling,
race_conditions,
behaviours,
unmatched_returns,
overspecs,
underspecs,
specdiffs]}]}.

0 comments on commit 9058318

Please sign in to comment.