diff --git a/rebar.config b/rebar.config index 665255c6..f75bfd47 100644 --- a/rebar.config +++ b/rebar.config @@ -5,4 +5,8 @@ unmatched_returns %% underspecs ]}]}. -{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}. +{erl_opts, [ +%% bin_opt_info, + warnings_as_errors, + warn_export_all +]}.