Skip to content

Commit

Permalink
Merge pull request #4332 from esl/remove-geas-dependency
Browse files Browse the repository at this point in the history
Remove geas dependency of GraphQL
  • Loading branch information
chrzaszcz authored Jul 24, 2024
2 parents ed459a8 + bfa132f commit 7dbbbdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@
{del, eper, [{erl_opts, [warnings_as_errors]}]},
%% Erlang JWT Library is in elixir and wants elvis for tests
%% Remove elvis plugin to reduce deps
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]}
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]},
%% GraphQL pulls geas_rebar3, which is a dev dependency
%% geas takes some time to compile, but we do not need it
{override, graphql, [{plugins, [rebar3_hex]}]}
]}.

{dialyzer, [
Expand Down

0 comments on commit 7dbbbdb

Please sign in to comment.