From c88bd7ab710d7b7dac5309f4cb64d6b5f0cc2b08 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Thu, 21 Jul 2016 16:34:40 -0400 Subject: [PATCH] Don't bail compilation on warnings. --- rebar.config | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config b/rebar.config index cc0ac31..b114c24 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,3 @@ -{erl_opts, [warnings_as_errors]}. {cover_enabled, true}. {erl_first_files, ["src/triq_autoexport.erl"]}. {qc_opts, [{qc_mod, triq}]}.