Skip to content

Commit 6533627

Browse files
Act on CI results: fix post-rebase issues
1 parent 835199d commit 6533627

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rebar.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
{project_plugins, [
2929
{covertool, "2.0.6"},
30-
{rebar3_lint, "3.2.5"}
30+
{rebar3_lint, "3.2.5"},
3131
{rebar3_ex_doc, "0.2.23"}
3232
]}.
3333
{ex_doc, [
@@ -44,5 +44,4 @@
4444
{doc, #{provider => ex_doc}}
4545
]}.
4646

47-
{provider_hooks, [{pre, [{eunit, lint}]}]}.
4847
{dialyzer, [{plt_extra_apps, [ssl]}, {warnings, [unknown]}]}.

0 commit comments

Comments
 (0)