Skip to content

Commit b98fd09

Browse files
committed
Add eqwalizer dependency
1 parent 0fb712e commit b98fd09

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

rebar.config

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@
55
]
66
}.
77

8-
{deps, []}.
8+
{deps, [
9+
{eqwalizer_support,
10+
{git_subdir,
11+
"https://github.com/whatsapp/eqwalizer.git",
12+
{branch, "main"},
13+
"eqwalizer_support"}}
14+
]}.
15+
16+
{project_plugins, [
17+
{eqwalizer_rebar3,
18+
{git_subdir,
19+
"https://github.com/whatsapp/eqwalizer.git",
20+
{branch, "main"},
21+
"eqwalizer_rebar3"}}
22+
]}.
923

1024
{dialyzer, [ {warnings, [unknown]}
1125
, {plt_apps, all_deps}

rebar.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
[].
1+
[{<<"eqwalizer_support">>,
2+
{git_subdir,"https://github.com/whatsapp/eqwalizer.git",
3+
{ref,"c3c3b284110dcacc0d2a3cb73875d5b5341b8dc2"},
4+
"eqwalizer_support"},
5+
0}].

src/wa_raft.app.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
%% NOTE: No more dependency is expected for this app
1414
{applications, [
1515
kernel,
16-
stdlib
16+
stdlib,
17+
eqwalizer_support
1718
]},
1819
{env, []},
1920
{mod, {wa_raft_app, []}}

0 commit comments

Comments
 (0)