Skip to content

Commit

Permalink
Correct an incorrect gazelle heuristic
Browse files Browse the repository at this point in the history
Since gazelle goes away in rules_erlang 4, we just workaround this
with a '#keep' directive
  • Loading branch information
pjk25 authored and deadtrickster committed Mar 14, 2024
1 parent 8925dfa commit e04e455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_prometheus/BUILD.bazel
Expand Up @@ -82,7 +82,7 @@ dialyze(

eunit(
name = "eunit",
compiled_suites = [":test_rabbitmq_prometheus_collector_test_proxy_beam"],
compiled_suites = [":rabbitmq_prometheus_collector_test_proxy_beam_files"], #keep
target = ":test_erlang_app",
)

Expand Down

0 comments on commit e04e455

Please sign in to comment.