rabbitmq-early-test.mk: Use same Dialyzer options as in Bazel

This commit is contained in:
Jean-Sébastien Pédron 2023-08-30 15:57:10 +02:00
parent 38a6012ce7
commit 643fd53d88
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ endif
# dialyzer
# --------------------------------------------------------------------
DIALYZER_OPTS ?= -Werror_handling
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))