Explorar el Código

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 hace 10 años
padre
commit
03b07c3d39
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  1. +1
    -9
      src/rebar_prv_dialyzer.erl

+ 1
- 9
src/rebar_prv_dialyzer.erl Ver fichero

@ -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].

Cargando…
Cancelar
Guardar