소스 검색

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

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