rabbitmq-early-test.mk: Use same Dialyzer options as in Bazel
This commit is contained in:
parent
38a6012ce7
commit
643fd53d88
|
|
@ -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 ]"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue