Skip to content

fix: use :name option for DynamicSupervisor.start_link calls #218

fix: use :name option for DynamicSupervisor.start_link calls

fix: use :name option for DynamicSupervisor.start_link calls #218

Triggered via pull request December 2, 2024 15:22
Status Failure
Total duration 2m 40s
Artifacts

ci.yaml

on: pull_request
Changed Files
6s
Changed Files
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
Format
Process completed with exit code 1.
Test (Elixir 1.15 OTP 26)
Process completed with exit code 1.
Test (Elixir 1.13 OTP 25)
Process completed with exit code 1.
Test (Elixir 1.14 OTP 25)
Process completed with exit code 1.
Test (Elixir 1.15 OTP 26)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (Elixir 1.15 OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 OTP 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test (Elixir 1.13 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (Elixir 1.14 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Documentation
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Documentation
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Credo
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Credo
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Dialyzer
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead