ソースを参照

Add comment for option naming

pull/2187/head
Sergey Yelin 5年前
コミット
537283debb
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B653F3417EAEC54
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      src/rebar_prv_dialyzer.erl

+ 5
- 0
src/rebar_prv_dialyzer.erl ファイルの表示

@ -483,6 +483,11 @@ proj_files(State) ->
run_dialyzer(State, Opts, Output) ->
{Args, _} = rebar_state:command_parsed_args(State),
%% dialyzer uses command-line option `--statistics` for enabling
%% additional info about progress of execution, but internally
%% this option has name `timing`.
%% NOTE: Option `timing` accept boolean() or 'debug', but here we support
%% only boolean().
Timing = proplists:get_bool(statistics, Args),
%% dialyzer may return callgraph warnings when get_warnings is false
case proplists:get_bool(get_warnings, Opts) of

読み込み中…
キャンセル
保存