msgpack-erlang/rebar.config

13 lines
482 B
Plaintext
Raw Normal View History

{erl_opts, [fail_on_warning,
2011-05-06 02:21:49 +00:00
debug_info,
warn_export_all,
warn_untyped_record]}.
{xref_checks, [undefined_function_calls]}.
{cover_enabled, true}.
2011-05-04 05:24:43 +00:00
{cover_print_enabled, false}.
2011-05-06 02:21:49 +00:00
{edoc_opts, [{dialyzer_specs, all}, {report_missing_type, true},
{report_type_mismatch, true}, {pretty_print, erl_pp},
{preprocess, true}]}.
{validate_app_modules, true}.
2011-05-05 12:17:59 +00:00
{clean_files, ["ebin/*.beam", ".eunit/*", ".qc/*", "test/*.beam"]}.