0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/rebar.config

14 lines
217 B
Text
Raw Normal View History

2011-05-16 11:42:15 +02:00
{cover_enabled, true}.
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [
%% bin_opt_info,
warnings_as_errors,
warn_export_all
]}.