Skip to content

Commit 41922ca

Browse files
authored
Merge pull request #11310 from rabbitmq/sync-dialyzer-options
rabbitmq-early-test.mk: Use same Dialyzer options as in Bazel
2 parents 38a6012 + 643fd53 commit 41922ca

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)