Skip to content

Commit

Permalink
Add eqwalizer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Apr 3, 2023
1 parent 0fb712e commit b98fd09
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
16 changes: 15 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@
]
}.

{deps, []}.
{deps, [
{eqwalizer_support,
{git_subdir,
"https://github.com/whatsapp/eqwalizer.git",
{branch, "main"},
"eqwalizer_support"}}
]}.

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

{dialyzer, [ {warnings, [unknown]}
, {plt_apps, all_deps}
Expand Down
6 changes: 5 additions & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[].
[{<<"eqwalizer_support">>,
{git_subdir,"https://github.com/whatsapp/eqwalizer.git",
{ref,"c3c3b284110dcacc0d2a3cb73875d5b5341b8dc2"},
"eqwalizer_support"},
0}].
3 changes: 2 additions & 1 deletion src/wa_raft.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
%% NOTE: No more dependency is expected for this app
{applications, [
kernel,
stdlib
stdlib,
eqwalizer_support
]},
{env, []},
{mod, {wa_raft_app, []}}
Expand Down

0 comments on commit b98fd09

Please sign in to comment.