0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/rebar.config
Loïc Hoguin 58267689f0 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.
2011-06-27 23:36:17 +02:00

7 lines
117 B
Erlang

{cover_enabled, true}.
{erl_opts, [
%% bin_opt_info,
%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.