Merge pull request #11686 from rabbitmq/lukebakken/remove-elixir-warning
Fix elixir warning on build
This commit is contained in:
commit
70eb413a0a
2
Makefile
2
Makefile
|
|
@ -47,7 +47,7 @@ XREF_IGNORE = [ \
|
|||
{'Elixir.RabbitMQ.CLI.Core.DataCoercion',impl_for,1}]
|
||||
|
||||
# Include Elixir libraries in the Xref checks.
|
||||
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 ]'))
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard deps/.hex/cache.erl),)
|
||||
|
|
|
|||
Loading…
Reference in New Issue