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 b6e145c commit 185e910Copy full SHA for 185e910
deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
@@ -41,7 +41,8 @@ plt(
41
name = "base_plt",
42
plt = "//:base_plt",
43
deps = DEPS + without(
44
- # eetcd uses subdirectories in `src/`, and this confuses dialyzer.
+ # eetcd depends on gun, which still uses erlang:get_stacktrace/0
45
+ # and fails this rule if included
46
"@eetcd//:erlang_app",
47
RUNTIME_DEPS,
48
),
0 commit comments