Skip to content

Commit 4fcb1dd

Browse files
committed
show full paths in dialyzer warnings
which is handy for emacs
1 parent 547eed9 commit 4fcb1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c
121121
$(PYTHON) codegen.py body $(AMQP_SPEC_JSON_FILES_0_8) $@
122122

123123
dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
124-
dialyzer --plt $(BASIC_PLT) --no_native \
124+
dialyzer --plt $(BASIC_PLT) --no_native --fullpath \
125125
-Wrace_conditions $(BEAM_TARGETS)
126126

127127
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target

0 commit comments

Comments
 (0)