0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/rebar.config
2011-03-22 12:25:43 +01:00

8 lines
187 B
Erlang

{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.