Skip to content

Commit c099609

Browse files
HoloRinmergify[bot]
authored andcommitted
Run cli format check on elixir 1.15 only
(cherry picked from commit 4abee60) (cherry picked from commit 7d9ea24) # Conflicts: # deps/rabbitmq_cli/BUILD.bazel
1 parent 476e24f commit c099609

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

deps/rabbitmq_cli/BUILD.bazel

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,38 @@ rabbitmq_run(
7878
visibility = ["//visibility:public"],
7979
)
8080

81+
<<<<<<< HEAD
82+
=======
83+
rabbitmqctl_check_formatted_test(
84+
name = "check_formatted",
85+
size = "small",
86+
srcs = [
87+
".formatter.exs",
88+
"config/config.exs",
89+
"mix.exs",
90+
] + glob([
91+
"lib/**/*.ex",
92+
"test/**/*.exs",
93+
]),
94+
data = glob(["test/fixtures/**/*"]),
95+
target_compatible_with = select({
96+
"@platforms//os:macos": [
97+
"@platforms//os:macos",
98+
"@elixir_config//:elixir_1_15",
99+
],
100+
"//conditions:default": [
101+
"@platforms//os:linux",
102+
"@elixir_config//:elixir_1_15",
103+
],
104+
}),
105+
)
106+
107+
test_suite(
108+
name = "rabbitmqctl_check_formatted",
109+
tests = ["check_formatted"],
110+
)
111+
112+
>>>>>>> 7d9ea24eb2 (Run cli format check on elixir 1.15 only)
81113
plt(
82114
name = "deps_plt",
83115
apps = [

0 commit comments

Comments
 (0)