From 0c165bcee923e698d0a4c46f221f2e62f2a6d5ab Mon Sep 17 00:00:00 2001 From: RJ Dellecese Date: Thu, 19 Dec 2019 22:07:32 -0500 Subject: Add warnings_as_errors to erl_opts --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 40ca1d9..87742d1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{erl_opts, [debug_info]}. +{erl_opts, [debug_info, warnings_as_errors]}. {src_dirs, ["src", "gen/src"]}. {profiles, [ -- cgit v1.2.3