mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
17 lines
524 B
Erlang
17 lines
524 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}.
|
|
{deps, [
|
|
{proper, ".*",
|
|
{git, "https://github.com/manopapad/proper.git", {branch, "master"}}}
|
|
]
|
|
}.
|