Skip to content

Commit

Permalink
update deps, eunit, lint and dialyzer pass (on test profile)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoguerra committed Jan 21, 2020
1 parent ff331fa commit 2f3f657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{deps, [{accept, "0.3.3"}]}.
{deps, [{accept, "0.3.5"}]}.

{xref_checks, [undefined_function_calls,locals_not_used]}.

{dialyzer, [{base_plt_apps, [elli]}]}.

{profiles, [{test, [{deps, [{elli, "2.0.1"},
{prometheus, "3.4.0"},
{prometheus_process_collector, "1.0.2"}]}]},
{docs, [{deps, [{elli, "2.0.1"},
{profiles, [{test, [{deps, [{elli, "3.2.0"},
{prometheus, "4.4.1"},
{prometheus_process_collector, "1.4.5"}]}]},
{docs, [{deps, [{elli, "3.2.0"},
{edown, "0.8.1"}]}]}
]}.

Expand All @@ -27,7 +27,7 @@

{project_plugins, [
{coveralls, "1.3.0"},
{rebar3_lint, "0.1.7"}
{rebar3_lint, "0.1.11"}
]}.

{provider_hooks, [{pre, [{eunit, lint}]}]}.
Expand Down

0 comments on commit 2f3f657

Please sign in to comment.