Fix stderr FD leak #107
Triggered via pull request
December 15, 2023 19:02
Status
Success
Total duration
18m 53s
Artifacts
–
Annotations
5 warnings
Test - Elixir 1.14.x / OTP 24.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test - Elixir 1.15.x / OTP 25.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Test - Elixir 1.15.x / OTP 25.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test - Elixir 1.15.x / OTP 25.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Lint (1.14.x, 25.x)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|