Преглед изворни кода

Add comment for option naming

pull/2187/head
Sergey Yelin пре 5 година
родитељ
комит
537283debb
No known key found for this signature in database GPG Key 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

Loading…
Откажи
Сачувај