Procházet zdrojové kódy

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

pull/2360/head
Paulo F. Oliveira před 4 roky
rodič
revize
f50bec9e5e
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +11
    -0
      rebar.config.sample

+ 11
- 0
rebar.config.sample Zobrazit soubor

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

Načítá se…
Zrušit
Uložit