We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547eed9 commit 4fcb1ddCopy full SHA for 4fcb1dd
Makefile
@@ -121,7 +121,7 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c
121
$(PYTHON) codegen.py body $(AMQP_SPEC_JSON_FILES_0_8) $@
122
123
dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
124
- dialyzer --plt $(BASIC_PLT) --no_native \
+ dialyzer --plt $(BASIC_PLT) --no_native --fullpath \
125
-Wrace_conditions $(BEAM_TARGETS)
126
127
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target
0 commit comments