Skip to content

Commit

Permalink
Update dialyzer.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored Jan 18, 2025
1 parent 616376f commit b003401
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dialyzer.exs
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ defmodule Dialyzer do
defp filter(
dialyzer_warning =
{:warn_unknown, {~c"lib/mix/tasks/local.hex.ex", _}, {:unknown_function, {Hex, :version, 0}}}
)
when function in [:start, :version],
),
do:
filtered(
comment: "Hex package loading gets handled by the Mix task",
Expand Down

0 comments on commit b003401

Please sign in to comment.