aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-06-27 23:36:17 +0200
committerLoïc Hoguin <[email protected]>2011-06-27 23:36:17 +0200
commit58267689f09cb6a4526da760f48d5fb7ccc59b2c (patch)
treec97e19b5c7f6c3676434136654b33a3ce7989635 /rebar.config
parent227529761c835637a5dbf77c83160d62a71ec720 (diff)
downloadcowboy-58267689f09cb6a4526da760f48d5fb7ccc59b2c.tar.gz
cowboy-58267689f09cb6a4526da760f48d5fb7ccc59b2c.tar.bz2
cowboy-58267689f09cb6a4526da760f48d5fb7ccc59b2c.zip
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.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index afdbcc6..9a17367 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,7 @@
{cover_enabled, true}.
{erl_opts, [
%% bin_opt_info,
+%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.