diff options
-rw-r--r-- | rebar.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 665255c..f75bfd4 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 +]}. |