Merge pull request #11686 from rabbitmq/lukebakken/remove-elixir-warning

Fix elixir warning on build
This commit is contained in:
Michael Klishin 2024-07-11 22:30:39 -04:00 committed by GitHub
commit 70eb413a0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),)