From fc6cc368c3e41b989c8cc9d079774d7ff80a51f6 Mon Sep 17 00:00:00 2001 From: James Fish Date: Sun, 9 Aug 2015 23:49:54 +0100 Subject: Fix some unknown functions/types dialyzer warnings --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 87a842e..2ce40e2 100644 --- a/rebar.config +++ b/rebar.config @@ -20,7 +20,8 @@ no_debug_info, warnings_as_errors]}. -{dialyzer_plt_apps, [common_test, dialyzer, eunit, snmp]}. +%% Use OTP 18+ when dialyzing rebar3 +{dialyzer, [{warnings, [unknown]}]}. %% Profiles {profiles, [{test, [ -- cgit v1.1