Skip to content

Commit 75c63fe

Browse files
HoloRinmergify[bot]
authored andcommitted
Do not force mix format check as part of build
It makes joint 1.14/1.15 elixir compatibility too impractical the format check is still performed in ci by bazel (cherry picked from commit d563992) (cherry picked from commit 328d6e6)
1 parent 4677469 commit 75c63fe

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)