Browse Source

Fix default dialyzer warnings

* Nolonger supress standard warnings
* Nolonger include race_conditions by default[1]

[1] http://erlang.org/pipermail/erlang-bugs/2014-July/004518.html
pull/13/head
James Fish 10 years ago
parent
commit
03b07c3d39
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      src/rebar_prv_dialyzer.erl

+ 1
- 9
src/rebar_prv_dialyzer.erl View File

@ -95,14 +95,6 @@ update_dep_plt(_State, DepPlt, AppList) ->
dialyzer:run(Opts).
default_warnings() ->
[no_return,
no_unused,
no_improper_lists,
no_fun_app,
no_match,
no_opaque,
no_fail_call,
error_handling,
race_conditions,
[error_handling,
unmatched_returns,
underspecs].

Loading…
Cancel
Save