%% -*- 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, [
  {msgpack, "0.3.5"},
  {ranch, "1.2.1"}
 ]}.
