Skip to content

Commit 643fd53

Browse files
committed
rabbitmq-early-test.mk: Use same Dialyzer options as in Bazel
1 parent 38a6012 commit 643fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-early-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif
1414
# dialyzer
1515
# --------------------------------------------------------------------
1616

17-
DIALYZER_OPTS ?= -Werror_handling
17+
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
1818

1919
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 ]"))
2020

0 commit comments

Comments
 (0)