Skip to content

Commit

Permalink
remove unneeded eqwalizer_rebar3 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Dec 29, 2024
1 parent 9f7affe commit 1d3a0de
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
{project_plugins, [covertool,
%% TODO: figure out why grpcbox_plugin fails to build in elixir github action
%% it isn't needed often so fine to just leave it commented out for now
grpcbox_plugin,
grpcbox_plugin,
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git",
{branch, "master"}}},
{eqwalizer_rebar3,
{git_subdir,
"https://github.com/whatsapp/eqwalizer.git",
{branch, "main"},
"eqwalizer_rebar3"}}
]}.
{branch, "master"}}}]}.

{gradualizer_opts, [{exclude_modules, [opentelemetry_trace_service,
opentelemetry_metrics_service,
Expand Down

0 comments on commit 1d3a0de

Please sign in to comment.