Skip to content

Commit

Permalink
eqwalizer support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed May 23, 2024
1 parent 6b48b15 commit 4d3f011
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{deps, [
{gen_batch_server, "0.8.8"},
{aten, "0.6.0"},
{seshat, "0.6.0"}

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

{profiles,
Expand All @@ -22,7 +26,13 @@
{dist_node, [
{sname, 'ra'}
]}.
{project_plugins, [rebar3_hex]}.
{project_plugins, [rebar3_hex,
{eqwalizer_rebar3,
{git_subdir,
"https://github.com/whatsapp/eqwalizer.git",
{branch, "main"},
"eqwalizer_rebar3"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.
{dialyzer, [{warnings,
[error_handling,
Expand Down

0 comments on commit 4d3f011

Please sign in to comment.