Skip to content

Commit

Permalink
Add more warnings while compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Nov 4, 2010
1 parent 8afb173 commit c106be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% -*- mode: erlang; -*-

{erl_opts, [fail_on_warning, debug_info]}.
{erl_opts, [fail_on_warning, debug_info, warn_unused_vars, warn_unused_import, warn_exported_vars]}.
{cover_enabled, true}.
{cover_print_enabled, true}.

0 comments on commit c106be0

Please sign in to comment.