We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a298bc commit 78aba40Copy full SHA for 78aba40
deps/rabbitmq_cli/mix.exs
@@ -207,21 +207,18 @@ defmodule RabbitMQCtl.MixfileBase do
207
"deps.compile"
208
],
209
make_app: [
210
- "format --check-formatted",
211
"compile",
212
"escript.build"
213
214
make_all: [
215
"deps.get",
216
"deps.compile",
217
218
219
220
221
make_all_in_src_archive: [
222
"deps.get --only prod",
223
224
225
226
227
]
0 commit comments