Skip to content

Commit 800afe3

Browse files
committed
chore: replace deprecated xref exclude with elixirc_options
1 parent d675329 commit 800afe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Params.Mixfile do
1616
build_embedded: Mix.env() == :prod,
1717
start_permanent: Mix.env() == :prod,
1818
dialyzer: [plt_add_apps: [:ecto]],
19-
xref: [exclude: [Ecto.Changeset]]
19+
elixirc_options: [no_warn_undefined: [Ecto.Changeset]]
2020
]
2121
end
2222

0 commit comments

Comments
 (0)