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]}.