瀏覽代碼

Add `alias` to example `rebar.config.sample`

pull/2360/head
Paulo F. Oliveira 4 年之前
父節點
當前提交
f50bec9e5e
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      rebar.config.sample

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

@ -252,3 +252,14 @@
%% * {module(), function()},
%% * {module(), function(), arity()}
{xref_ignores, []}.
%% == alias ==
%% 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
%% or
%% > rebar3 test
{alias, [{check, [xref, dialyzer]},
{test, [eunit, {ct, "--suite=rebar_alias_SUITE"}, cover]}]}.

Loading…
取消
儲存