msgpack-erlang/rebar.config
2011-05-06 11:21:49 +09:00

13 lines
482 B
Erlang

{erl_opts, [fail_on_warning,
debug_info,
warn_export_all,
warn_untyped_record]}.
{xref_checks, [undefined_function_calls]}.
{cover_enabled, true}.
{cover_print_enabled, false}.
{edoc_opts, [{dialyzer_specs, all}, {report_missing_type, true},
{report_type_mismatch, true}, {pretty_print, erl_pp},
{preprocess, true}]}.
{validate_app_modules, true}.
{clean_files, ["ebin/*.beam", ".eunit/*", ".qc/*", "test/*.beam"]}.