mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add more dialyzer warnings to rebar.config.
This commit is contained in:
parent
3b6f3004a6
commit
06ff8607ed
1 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,8 @@
|
|||
{dialyzer_opts, [src]}.
|
||||
{dialyzer_opts, [src, {warnings, [
|
||||
behaviours,
|
||||
error_handling,
|
||||
race_conditions,
|
||||
unmatched_returns
|
||||
%% underspecs
|
||||
]}]}.
|
||||
{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue