Bläddra i källkod

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

pull/2360/head
Paulo F. Oliveira 4 år sedan
förälder
incheckning
f50bec9e5e
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. +11
    -0
      rebar.config.sample

+ 11
- 0
rebar.config.sample Visa fil

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

Laddar…
Avbryt
Spara