chore: add TODO when no longer supporting versions prior to v1.15 #21
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
OTP 26.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
OTP 26.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
OTP 26.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x' / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
OTP 25.x' / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
OTP 25.x' / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x' / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 24.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 24.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
OTP 24.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
OTP 24.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 23.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|