From 51c97da1333af91b7ba808b43181cf873ef3f18d Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Thu, 22 Oct 2015 15:39:41 +0900 Subject: [PATCH] Remove now-unused filter-dialyzer-dep-warnings --- filter-dialyzer-dep-warnings | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 filter-dialyzer-dep-warnings diff --git a/filter-dialyzer-dep-warnings b/filter-dialyzer-dep-warnings deleted file mode 100644 index 6b2e4e1..0000000 --- a/filter-dialyzer-dep-warnings +++ /dev/null @@ -1,21 +0,0 @@ -####################### patterns for general errors in dep modules: -^riak_dt[a-z_]*\.erl: -^protobuffs\.erl: -^protobuffs_[a-z_]*\.erl: -^leexinc\.hrl:[0-9][0-9]*: -^machi_chain_manager1.erl:[0-9][0-9]*: Guard test RetrospectiveP::'false' =:= 'true' can never succeed -^machi_pb\.erl:[0-9][0-9]*: -^pokemon_pb\.erl:[0-9][0-9]*: -####################### patterns for unknown functions: -^ basho_bench_config:get/2 -^ erl_prettypr:format/1 -^ erl_syntax:form_list/1 -^ machi_partition_simulator:get/1 -####################### Dialyzer warnings that including test/* code will silence -### Test code includes more variety so these match errors disappear -machi_chain_manager1.erl.* The pattern .*P1.*P2.*expected_author2.*can never match the type -machi_chain_manager1.erl.* The pattern .*P1.*P2.*epoch_not_si.*can never match the type -### There is type spec problems in riak_dt which contaminates all of machi_fitness.erl -### machi_fitness.erl works in all common cases, so this must be a spec definition problem? -### Ignore machi_fitness.erl complaints until we can straighten this out. -^machi_fitness.erl: