summaryrefslogtreecommitdiff
path: root/src/rebar_cover_utils.erl
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2018-02-01 09:34:04 +0000
committerGitHub <noreply@github.com>2018-02-01 09:34:04 +0000
commitb6d309417c502ca243f810e5313bea36951ef038 (patch)
tree2ad0f58f9a1caae93fc303fa9ef525feb1da0e2b /src/rebar_cover_utils.erl
parent4bd43fefecdb6241bcb21b1b42428c8c4abc5e40 (diff)
parent8a2aca081780338330cd2145ab6cb86acde7c783 (diff)
downloadrebar-master.tar.gz
Merge pull request #620 from tuncer/travis-dialyzeHEADmaster
Travis dialyze
Diffstat (limited to 'src/rebar_cover_utils.erl')
-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
%% ====================================================================