Skip to content

Commit

Permalink
Clean up Erlang compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Apr 5, 2022
1 parent fca64e6 commit 274e6eb
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]}.

{clean_files, [".eunit", "ebin/*.beam"]}.

Expand Down

0 comments on commit 274e6eb

Please # to comment.