Skip to content

Commit a545b3d

Browse files
committed
Add eqwalizer support
1 parent 54341f6 commit a545b3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

rebar.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{minimum_otp_vsn, "22.3"}.
22
{erl_opts, [debug_info]}.
3-
{deps, []}.
3+
{deps, [
4+
{eqwalizer_support,
5+
{git_subdir,
6+
"https://github.com/whatsapp/eqwalizer.git",
7+
{branch, "main"},
8+
"eqwalizer_support"}}
9+
]}.
410
{project_plugins, [rebar3_hex]}.
511
{profiles,
612
[{test, [{deps, [meck, proper]}]}]

0 commit comments

Comments
 (0)