Skip to content

Commit 935b1f1

Browse files
Merge pull request #8876 from rabbitmq/mergify/bp/v3.11.x/pr-8875
Do not force mix format check as part of build (backport #8872) (backport #8875)
2 parents 4677469 + 75c63fe commit 935b1f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,21 +210,18 @@ defmodule RabbitMQCtl.MixfileBase do
210210
"deps.compile"
211211
],
212212
make_app: [
213-
"format --check-formatted",
214213
"compile",
215214
"escript.build"
216215
],
217216
make_all: [
218217
"deps.get",
219218
"deps.compile",
220-
"format --check-formatted",
221219
"compile",
222220
"escript.build"
223221
],
224222
make_all_in_src_archive: [
225223
"deps.get --only prod",
226224
"deps.compile",
227-
"format --check-formatted",
228225
"compile",
229226
"escript.build"
230227
]

0 commit comments

Comments
 (0)