Skip to content

Commit 796508f

Browse files
committed
Disable eqwalizer
See https://whatsapp.github.io/erlang-language-platform/docs/get-started/configure-project/elp-toml/#eqwalizer The RabbitMQ code base is full of errors with eqwalizer enabled, which makes elp unusable.
1 parent eccf9fe commit 796508f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.elp.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build_info]
22
apps = "deps/*"
3-
deps = ""
3+
deps = ""
4+
5+
[eqwalizer]
6+
enable_all = false

0 commit comments

Comments
 (0)