Skip to content

Commit

Permalink
Be stricter with Xref and Dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 28, 2024
1 parent 8e94eec commit b9aaa3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{i, "include"}]}.
{minimum_otp_vsn, "24"}.
{deps, []}.
{xref_checks, [undefined_function_calls,locals_not_used]}.
{xref_checks, [deprecated_function_calls,undefined_function_calls,locals_not_used]}.
{profiles, [
{docs, [
{deps, [{edown, "0.9.1"}]},
Expand All @@ -28,7 +28,7 @@
]}.

{provider_hooks, [{pre, [{eunit, lint}]}]}.
{dialyzer, [{plt_extra_apps, [ssl]}]}.
{dialyzer, [{plt_extra_apps, [ssl]}, {warnings, [unknown]}]}.

{cover_enabled, true}.
{cover_export_enabled, true}.
Expand Down

0 comments on commit b9aaa3f

Please sign in to comment.