Skip to content

Commit

Permalink
Remove eqwalizer as dependency (#1358)
Browse files Browse the repository at this point in the history
Temporarily remove eqwalizer as a project dependency, since the
git_subdir method breaks our internal upgrade scripts.
This does not affect eqwalizer diagnostics, which are still available.
  • Loading branch information
robertoaloi authored Aug 8, 2022
1 parent b653ef8 commit a8c7d16
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 @@ -23,10 +23,7 @@
{ephemeral, "2.0.4"},
{tdiff, "0.1.2"},
{uuid, "2.0.1", {pkg, uuid_erl}},
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {ref, "6e89b4e"}}},
{eqwalizer_support,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_support"}}
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {ref, "6e89b4e"}}}
]}.

{shell, [{apps, [els_lsp]}]}.
Expand All @@ -39,10 +36,7 @@
]}.

{project_plugins, [
erlfmt,
{eqwalizer_rebar3,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_rebar3"}}
erlfmt
]}.

{minimum_otp_vsn, "22.0"}.
Expand Down

0 comments on commit a8c7d16

Please sign in to comment.