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.
2 parents 6eebb20 + 3733ebc commit 70eb413Copy full SHA for 70eb413
Makefile
@@ -47,7 +47,7 @@ XREF_IGNORE = [ \
47
{'Elixir.RabbitMQ.CLI.Core.DataCoercion',impl_for,1}]
48
49
# Include Elixir libraries in the Xref checks.
50
-xref: ERL_LIBS := $(ERL_LIBS):$(CURDIR)/apps:$(CURDIR)/deps:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
+xref: ERL_LIBS := $(ERL_LIBS):$(CURDIR)/apps:$(CURDIR)/deps:$(dir $(shell elixir --eval ':io.format "~s~n", [:code.lib_dir :elixir ]'))
51
endif
52
53
ifneq ($(wildcard deps/.hex/cache.erl),)
0 commit comments