Skip to content

Commit 43eb2d5

Browse files
committed
Add eqwalizer dependency
1 parent 0fb712e commit 43eb2d5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
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}

0 commit comments

Comments
 (0)