浏览代码

Improve readability

pull/2360/head
Paulo F. Oliveira 4 年前
父节点
当前提交
d0c6df26be
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      rebar.config.sample

+ 2
- 0
rebar.config.sample 查看文件

@ -258,8 +258,10 @@
%% When you want a certain combination of operations to be done
%% as if you were using a rebar3 command. In the example below:
%% > rebar3 check
%% (equivalent to rebar3 do xref, dialyzer)
%% or
%% > rebar3 test
%% (equivalent to rebar3 do eunit, ct --suite=rebar_alias_SUITE, cover)
{alias, [{check, [xref, dialyzer]},
{test, [eunit, {ct, "--suite=rebar_alias_SUITE"}, cover]}]}.

正在加载...
取消
保存