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.
This commit is contained in:
David Ansari 2025-06-07 14:32:26 +02:00
parent eccf9fee1e
commit 796508f648
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
[build_info]
apps = "deps/*"
deps = ""
deps = ""
[eqwalizer]
enable_all = false