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

Found thanks to warn_missing_spec and added with the help of typer. Eunit functions do not have specs yet however.
7 lines
117 B
Erlang
7 lines
117 B
Erlang
{cover_enabled, true}.
|
|
{erl_opts, [
|
|
%% bin_opt_info,
|
|
%% warn_missing_spec,
|
|
warnings_as_errors,
|
|
warn_export_all
|
|
]}.
|