Skip to content

Commit

Permalink
Add dialyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Oct 21, 2016
1 parent abc85e3 commit 91fa580
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@

{cover_enabled, true}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.

{dialyzer, [
{warnings, [
unmatched_returns,
error_handling,
race_conditions,
underspecs
]}]}.

0 comments on commit 91fa580

Please sign in to comment.