diff --git a/rebar.config b/rebar.config index 8849a52..1ecd709 100644 --- a/rebar.config +++ b/rebar.config @@ -14,5 +14,3 @@ {coveralls_service_name , "github"}. {xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}. - -{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.