From df511e94d5caa68fd7227f0c0cef68e511bb6bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garay?= Date: Tue, 30 Apr 2013 17:54:56 -0300 Subject: [PATCH] Removed tests directory from rebar.config edoc options. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 81883b6..6557c5f 100644 --- a/rebar.config +++ b/rebar.config @@ -15,5 +15,5 @@ warn_missing_spec, warn_untyped_record, debug_info]}. {dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}. -{edoc_opts, [{report_missing_types, true}, {source_path, ["src", "tests"]}, {report_missing_types, true}, {todo, true}, {packages, false}, {subpackages, false}]}. +{edoc_opts, [{report_missing_types, true}, {source_path, ["src"]}, {report_missing_types, true}, {todo, true}, {packages, false}, {subpackages, false}]}. {xref_checks, [undefined_function_calls]}.