Skip to content

Commit 72fd966

Browse files
authored
Merge pull request #12 from lpil/lp/pretty
Use unite pretty eunit formatter
2 parents cd274b7 + 00ac2b1 commit 72fd966

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

rebar.config

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
{deps, []}.
44
{dialyzer, [{warnings, [unknown]}]}.
55

6-
{profiles, [{test, [{plugins,
7-
[{rebar_prv_alpaca,
8-
".*",
9-
{git,
10-
"https://github.com/alpaca-lang/rebar_prv_alpaca.git",
11-
{branch, "master"}}}]},
12-
{provider_hooks, [{post, [{compile, {alpaca, compile}}]}]}]}]}.
6+
{profiles, [
7+
{test, [
8+
{deps, [
9+
unite
10+
]},
11+
{plugins, [
12+
{rebar_prv_alpaca, ".*", {git, "https://github.com/alpaca-lang/rebar_prv_alpaca.git", {branch, "master"}}}
13+
]},
14+
{provider_hooks, [
15+
{post, [{compile, {alpaca, compile}}]}
16+
]},
17+
{eunit_opts, [
18+
no_tty,
19+
{report, {unite_compact, []}}
20+
]}
21+
]}
22+
]}.

0 commit comments

Comments
 (0)