Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 6, 2025
1 parent a35d77d commit d92a35e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@

{profiles,
[{test, [{cover_enabled, true}]}]}.

{dialyzer, [{warnings, [unmatched_returns,
error_handling,
underspecs]},
{plt_extra_apps, [lib_conf, cre, effi, getopt]}]}.

{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.

{project_plugins, [covertool, rebar3_efmt]}.

0 comments on commit d92a35e

Please sign in to comment.