We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb712e commit 43eb2d5Copy full SHA for 43eb2d5
rebar.config
@@ -5,7 +5,21 @@
5
]
6
}.
7
8
-{deps, []}.
+{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
19
20
21
+ "eqwalizer_rebar3"}}
22
23
24
{dialyzer, [ {warnings, [unknown]}
25
, {plt_apps, all_deps}
0 commit comments