Skip to content

Commit

Permalink
chore: remove eqwalizer_rebar3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Oct 21, 2024
1 parent bbd34a3 commit d9ad948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
10 changes: 2 additions & 8 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@
]}.
{deps_dir, "deps"}.
{deps, [
recon,
{eqwalizer_support,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_support"}}
recon
]}.

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

{escript_main_app, observer_cli}.
Expand Down
11 changes: 3 additions & 8 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{"1.2.0",
[{<<"eqwalizer_support">>,
{git_subdir,"https://github.com/whatsapp/eqwalizer.git",
{ref,"0c099bbfa2fba1869d60e239c9b2cf2b6fb31ea9"},
"eqwalizer_support"},
0},
{<<"recon">>,{pkg,<<"recon">>,<<"2.5.5">>},0}]}.
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.6">>},0}]}.
[
{pkg_hash,[
{<<"recon">>, <<"C108A4C406FA301A529151A3BB53158CADC4064EC0C5F99B03DDB8C0E4281BDF">>}]},
{<<"recon">>, <<"9052588E83BFEDFD9B72E1034532AEE2A5369D9D9343B61AEB7FBCE761010741">>}]},
{pkg_hash_ext,[
{<<"recon">>, <<"632A6F447DF7CCC1A4A10BDCFCE71514412B16660FE59DECA0FCF0AA3C054404">>}]}
{<<"recon">>, <<"96C6799792D735CC0F0FD0F86267E9D351E63339CBE03DF9D162010CEFC26BB0">>}]}
].

0 comments on commit d9ad948

Please sign in to comment.