Skip to content

Commit 78aba40

Browse files
Disable 'mix format --check-formatted' for 3.10.x
1 parent 5a298bc commit 78aba40

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
@@ -207,21 +207,18 @@ defmodule RabbitMQCtl.MixfileBase do
207207
"deps.compile"
208208
],
209209
make_app: [
210-
"format --check-formatted",
211210
"compile",
212211
"escript.build"
213212
],
214213
make_all: [
215214
"deps.get",
216215
"deps.compile",
217-
"format --check-formatted",
218216
"compile",
219217
"escript.build"
220218
],
221219
make_all_in_src_archive: [
222220
"deps.get --only prod",
223221
"deps.compile",
224-
"format --check-formatted",
225222
"compile",
226223
"escript.build"
227224
]

0 commit comments

Comments
 (0)