Skip to content

Commit

Permalink
Act on CI results: fix post-rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 30, 2024
1 parent 835199d commit 6533627
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

{project_plugins, [
{covertool, "2.0.6"},
{rebar3_lint, "3.2.5"}
{rebar3_lint, "3.2.5"},
{rebar3_ex_doc, "0.2.23"}
]}.
{ex_doc, [
Expand All @@ -44,5 +44,4 @@
{doc, #{provider => ex_doc}}
]}.

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

0 comments on commit 6533627

Please sign in to comment.