소스 검색

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 년 전
부모
커밋
03b07c3d39
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. +1
    -9
      src/rebar_prv_dialyzer.erl

+ 1
- 9
src/rebar_prv_dialyzer.erl 파일 보기

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

불러오는 중...
취소
저장