Skip to content

Commit 96efb57

Browse files
Remove rabbitmqctl_check_formatted
We do not need it on this branch
1 parent 78aba40 commit 96efb57

File tree

2 files changed

+0
-159
lines changed

2 files changed

+0
-159
lines changed

deps/rabbitmq_cli/BUILD.bazel

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
load("@rules_erlang//:dialyze.bzl", "dialyze", "plt")
22
load(":rabbitmqctl.bzl", "rabbitmqctl")
3-
load(":rabbitmqctl_check_formatted.bzl", "rabbitmqctl_check_formatted_test")
43
load(":rabbitmqctl_test.bzl", "rabbitmqctl_test")
54
load("//:rabbitmq_home.bzl", "rabbitmq_home")
65
load("//:rabbitmq_run.bzl", "rabbitmq_run")
@@ -79,29 +78,6 @@ rabbitmq_run(
7978
visibility = ["//visibility:public"],
8079
)
8180

82-
rabbitmqctl_check_formatted_test(
83-
name = "check_formatted",
84-
size = "small",
85-
srcs = [
86-
".formatter.exs",
87-
"config/config.exs",
88-
"mix.exs",
89-
] + glob([
90-
"lib/**/*.ex",
91-
"test/**/*.exs",
92-
]),
93-
data = glob(["test/fixtures/**/*"]),
94-
target_compatible_with = select({
95-
"@platforms//os:macos": ["@platforms//os:macos"],
96-
"//conditions:default": ["@platforms//os:linux"],
97-
}),
98-
)
99-
100-
test_suite(
101-
name = "rabbitmqctl_check_formatted",
102-
tests = ["check_formatted"],
103-
)
104-
10581
plt(
10682
name = "deps_plt",
10783
apps = [

deps/rabbitmq_cli/rabbitmqctl_check_formatted.bzl

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)