commit
39a937db9b
4 changed files with 5 additions and 2 deletions
|
@ -4,3 +4,4 @@ notifications:
|
|||
script: "priv/test-for-gh-pr.sh"
|
||||
otp_release:
|
||||
- 17.5
|
||||
- 18.1
|
||||
|
|
2
Makefile
2
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
|
||||
|
|
|
@ -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 #####################
|
||||
##################################################
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{require_otp_vsn, "17"}.
|
||||
{require_otp_vsn, "17|18"}.
|
||||
|
||||
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
||||
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
||||
|
|
Loading…
Reference in a new issue