Skip to content

Commit

Permalink
use Logger.warning
Browse files Browse the repository at this point in the history
  • Loading branch information
roelandvanbatenburg committed Mar 11, 2024
1 parent 4f41822 commit e84bf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ defmodule Doctor.Config do
end

defp warn_deprecation(_bool, val) do
Logger.warn("""
Logger.warning("""
:moduledoc_required in #{Config.config_file()} is a deprecated option. \
Now running with the equivalent :min_overall_moduledoc_coverage #{val} \
but you should replace the deprecated option with the new one to avoid \
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Doctor.MixProject do
[
app: :doctor,
version: "0.21.0",
elixir: "~> 1.10",
elixir: "~> 1.11",
name: "Doctor",
source_url: @source_url,
homepage_url: "https://hex.pm/packages/doctor",
Expand Down

0 comments on commit e84bf6f

Please sign in to comment.