conver_enabled

This commit is contained in:
Feng Lee 2015-05-04 21:49:58 +08:00
parent f6c69208a5
commit 5e8ac6b3ea
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
%% ex: ts=4 sw=4 ft=erlang et %% ex: ts=4 sw=4 ft=erlang et
{require_min_otp_vsn, "R17"}. {require_min_otp_vsn, "R17"}.
{cover_enabled, true}.
%% fail_on_warning, %% fail_on_warning,
{erl_opts, [debug_info, {parse_transform, lager_transform}]}. {erl_opts, [debug_info, {parse_transform, lager_transform}]}.
@ -15,7 +14,7 @@
{eunit_opts, [verbose]}. {eunit_opts, [verbose]}.
{xref_checks, [undefined_function_calls]}. {xref_checks, [undefined_function_calls]}.
{cover_enabled, false}. {cover_enabled, true}.
{validate_app_modules, true}. {validate_app_modules, true}.