summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-20 18:54:31 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2018-01-30 23:41:57 +0000
commitb05882aa97168c2abf55257b358227eaedcc1c8b (patch)
treedb0fc84fa2e8700ae9b5a7d11a0c8e631f8c2c46
parent903c89dc9c5b0c7171003f11b8ac134db9736f3a (diff)
downloadrebar-b05882aa97168c2abf55257b358227eaedcc1c8b.tar.gz
rebar_cover: ignore opaque type match Dialyzer warning
-rw-r--r--src/rebar_cover_utils.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar_cover_utils.erl b/src/rebar_cover_utils.erl
index 3fcba63..7b85f1c 100644
--- a/src/rebar_cover_utils.erl
+++ b/src/rebar_cover_utils.erl
@@ -35,6 +35,8 @@
-include("rebar.hrl").
+-dialyzer({no_opaque, has_header/2}).
+
%% ====================================================================
%% Internal functions
%% ====================================================================