rebar_cover: ignore opaque type match Dialyzer warning

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/b05882aa
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/b05882aa
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/b05882aa

Branch: refs/heads/master
Commit: b05882aa97168c2abf55257b358227eaedcc1c8b
Parents: 903c89d
Author: Tuncer Ayaz <[email protected]>
Authored: Sun Aug 20 18:54:31 2017 +0000
Committer: Tuncer Ayaz <[email protected]>
Committed: Tue Jan 30 23:41:57 2018 +0000

----------------------------------------------------------------------
 src/rebar_cover_utils.erl | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/b05882aa/src/rebar_cover_utils.erl
----------------------------------------------------------------------
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
 %% ====================================================================

Reply via email to