diff --git a/Makefile b/Makefile index a93a383..4dbde70 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ relclean: stage : rel $(foreach dep,$(wildcard deps/*), rm -rf rel/$(REPO)/lib/$(shell basename $(dep))* && ln -sf $(abspath $(dep)) rel/$(REPO)/lib;) -DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto +DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto public_key syntax_tools PLT = $(HOME)/.machi_dialyzer_plt include tools.mk diff --git a/dialyzer.ignore-warnings b/dialyzer.ignore-warnings index db73995..a5ee352 100644 --- a/dialyzer.ignore-warnings +++ b/dialyzer.ignore-warnings @@ -3,8 +3,10 @@ machi_pb.erl:0: ################################################## ######## Specific types ##################### ################################################## +Unknown types: basho_bench_config:get/2 machi_partition_simulator:get/1 + hamcrest:matchspec/0 ################################################## ######## Specific messages ##################### ##################################################