From b05882aa97168c2abf55257b358227eaedcc1c8b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 20 Aug 2017 18:54:31 +0000 Subject: rebar_cover: ignore opaque type match Dialyzer warning --- src/rebar_cover_utils.erl | 2 ++ 1 file changed, 2 insertions(+) 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 %% ==================================================================== -- cgit v1.2.1