Skip to content

Commit

Permalink
bazel run gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 29, 2025
1 parent 00be47b commit 840928d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion deps/rabbitmq_management/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load(
"APP_VERSION",
"BROKER_VERSION_REQUIREMENTS_ANY",
"RABBITMQ_DIALYZER_OPTS",
"assert_suites",
"broker_for_integration_suites",
"rabbitmq_app",
"rabbitmq_integration_suite",
Expand Down
6 changes: 6 additions & 0 deletions deps/rabbitmq_management/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def all_beam_files(name = "all_beam_files"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down Expand Up @@ -205,6 +207,8 @@ def all_test_beam_files(name = "all_test_beam_files"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down Expand Up @@ -434,6 +438,8 @@ def all_srcs(name = "all_srcs"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down
1 change: 0 additions & 1 deletion deps/rabbitmq_mqtt/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ load(
"//:rabbitmq.bzl",
"BROKER_VERSION_REQUIREMENTS_ANY",
"RABBITMQ_DIALYZER_OPTS",
"assert_suites",
"broker_for_integration_suites",
"rabbitmq_app",
"rabbitmq_integration_suite",
Expand Down
2 changes: 2 additions & 0 deletions moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,8 @@ rabbitmq_management:
- rabbit_mgmt_wm_health_check_alarms
- rabbit_mgmt_wm_health_check_certificate_expiration
- rabbit_mgmt_wm_health_check_local_alarms
- rabbit_mgmt_wm_health_check_metadata_store_initialized
- rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data
- rabbit_mgmt_wm_health_check_node_is_quorum_critical
- rabbit_mgmt_wm_health_check_port_listener
- rabbit_mgmt_wm_health_check_protocol_listener
Expand Down

0 comments on commit 840928d

Please sign in to comment.