diff --git a/rebar.config b/rebar.config index 28837b3f7..e58a8844c 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {i, "include"}, {src_dirs, ["src"]}]}. -{eunit_opts, [verbose]}. +{eunit_opts, []}. %%verbose {xref_checks, [undefined_function_calls]}. {cover_enabled, true}. @@ -27,9 +27,7 @@ %% comment in 0.13.0 release %% {lib_dirs, ["../"]}. -{sub_dirs, [ - "rel", - "plugins/*/"]}. +{sub_dirs, ["rel", "plugins/*/"]}. {deps, [ {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},