From b00340113f56e2567f34c3890b7bc1bc884566ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81=C4=99picki?= Date: Sat, 18 Jan 2025 08:50:36 +0100 Subject: [PATCH] Update dialyzer.exs --- dialyzer.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dialyzer.exs b/dialyzer.exs index d41d709..87d2aa2 100644 --- a/dialyzer.exs +++ b/dialyzer.exs @@ -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",