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

Add the remaining missing specs

Found thanks to warn_missing_spec and added with the help of typer.
Eunit functions do not have specs yet however.
This commit is contained in:
Loïc Hoguin 2011-06-27 23:36:17 +02:00
parent 227529761c
commit 58267689f0
4 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{cover_enabled, true}.
{erl_opts, [
%% bin_opt_info,
%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.