chore: sync files with stordco/common-config-elixir #195
ci.yaml
on: pull_request
Changed Files
11s
Matrix: Test
Credo
37s
Dependencies
14s
Dialyzer
2m 6s
Documentation
0s
Format
18s
Annotations
9 warnings
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
|
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.14 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.13 OTP 25)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
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
|