Skip to content

Commit

Permalink
removed rabbitmqctl_check_formatted since it only applies to later el…
Browse files Browse the repository at this point in the history
…ixirs
  • Loading branch information
pjk25 committed Jun 10, 2024
1 parent f1cdde6 commit 63143e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
25 changes: 0 additions & 25 deletions deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
load("@rules_erlang//:dialyze.bzl", "dialyze", "plt")
load(":rabbitmqctl.bzl", "rabbitmqctl")
load(":rabbitmqctl_check_formatted.bzl", "rabbitmqctl_check_formatted_test")
load(":rabbitmqctl_test.bzl", "rabbitmqctl_test")
load("//:rabbitmq_home.bzl", "rabbitmq_home")
load("//:rabbitmq_run.bzl", "rabbitmq_run")
Expand Down Expand Up @@ -68,30 +67,6 @@ rabbitmq_run(
visibility = ["//visibility:public"],
)

rabbitmqctl_check_formatted_test(
name = "check_formatted",
size = "small",
srcs = [
".formatter.exs",
"config/config.exs",
"mix.exs",
] + glob([
"lib/**/*.ex",
"test/**/*.exs",
]),
data = glob(["test/fixtures/**/*"]),
target_compatible_with = select({
"@platforms//os:macos": [
"@platforms//os:macos",
"@elixir_config//:elixir_1_15",
],
"//conditions:default": [
"@platforms//os:linux",
"@elixir_config//:elixir_1_15",
],
}),
)

test_suite(
name = "rabbitmqctl_check_formatted",
tests = ["check_formatted"],
Expand Down
135 changes: 0 additions & 135 deletions deps/rabbitmq_cli/rabbitmqctl_check_formatted.bzl

This file was deleted.

0 comments on commit 63143e9

Please sign in to comment.