Skip to content

Commit

Permalink
[fix-rebar] Clean up Erlang compile options (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon authored Apr 5, 2022
1 parent 67463aa commit ae4d3aa
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{erl_opts,
[warn_unused_vars,
warn_export_all,
warn_shadow_vars,
warn_unused_import,
warn_unused_function,
warn_bif_clash,
warn_unused_record,
warn_deprecated_function,
warn_obsolete_guard,
strict_validation,
warn_export_vars,
warn_exported_vars,
warnings_as_errors,
debug_info]}.
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.

{deps, [{lhttpc, "1.3.1", {pkg, nextroll_lhttpc}}, {erliam, "0.4.1"}]}.

Expand Down

0 comments on commit ae4d3aa

Please sign in to comment.