Skip to content

Commit

Permalink
fix dialyzer
Browse files Browse the repository at this point in the history
- remove unknown race_conditions
- add dbg to plt
  • Loading branch information
benoitc committed Oct 9, 2023
1 parent 91bf27b commit 6551f85
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 @@ -52,14 +52,14 @@
%%
{dialyzer, [
{warnings, [
race_conditions,
% race_conditions,
no_return,
unmatched_returns,
error_handling%,
%unknown
]},
{plt_apps, top_level_deps},
{plt_extra_apps, []},
{plt_extra_apps, [dbg]},
{plt_location, local},
{plt_prefix, "hackney"},
{base_plt_location, "."},
Expand Down

0 comments on commit 6551f85

Please sign in to comment.