Skip to content

Commit

Permalink
Merge pull request #11461 from rabbitmq/gazelle-v3.11.x
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin authored Jun 15, 2024
2 parents 89426bb + c4c4e97 commit c23b138
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deps/rabbitmq_amqp1_0/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ dialyze(
size = "medium",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_auth_backend_oauth2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_consistent_hash_exchange/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_ct_helpers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
tags = ["manual"],
target = ":erlang_app",
warnings_as_errors = False,
tags = ["manual"],
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_federation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_management_agent/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_mqtt/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
tags = ["manual"],
target = ":erlang_app",
warnings_as_errors = False,
tags = ["manual"],
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_shovel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_stomp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_stream/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ dialyze(
name = "dialyze",
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
tags = ["manual"],
target = ":erlang_app",
)

eunit(
Expand Down

0 comments on commit c23b138

Please sign in to comment.