mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

Rebar recently removed their dialyzer support options so we're switching to plain dialyzer. And as a bonus it works much better!
6 lines
95 B
Erlang
6 lines
95 B
Erlang
{cover_enabled, true}.
|
|
{erl_opts, [
|
|
%% bin_opt_info,
|
|
warnings_as_errors,
|
|
warn_export_all
|
|
]}.
|