Fixes compile warning for Elixir 1.16+ #20
ci.yaml
on: pull_request
Validation of source code
35s
Matrix: test
Annotations
1 error and 73 warnings
Validation of source code
Process completed with exit code 1.
|
Test (Elixir 1.17.x | Erlang/OTP 27)
left..right inside match is deprecated, you must always match on the step: left..right//var or left..right//_ if you want to ignore it
|
Test (Elixir 1.17.x | Erlang/OTP 27)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Test (Elixir 1.17.x | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.x | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.14.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
HashDict.to_list/1 is deprecated. Use maps and the Map module instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= line.coverage > 0 && line.coverage != nil -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= 0 == line.coverage -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= true -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 26)
System.cwd/0 is deprecated. Use File.cwd/0 instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.14.x | Erlang/OTP 26)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.14.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.15.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.15.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
HashDict.to_list/1 is deprecated. Use maps and the Map module instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= line.coverage > 0 && line.coverage != nil -> %>", please remove "="
|
Test (Elixir 1.15.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= 0 == line.coverage -> %>", please remove "="
|
Test (Elixir 1.15.x | Erlang/OTP 26)
unexpected beginning of EEx tag "<%=" on "<%= true -> %>", please remove "="
|
Test (Elixir 1.15.x | Erlang/OTP 26)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.15.x | Erlang/OTP 26)
System.cwd/0 is deprecated. Use File.cwd/0 instead
|
Test (Elixir 1.15.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.15.x | Erlang/OTP 26):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 25):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
HashDict.to_list/1 is deprecated. Use maps and the Map module instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
unexpected beginning of EEx tag "<%=" on "<%= line.coverage > 0 && line.coverage != nil -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 25)
unexpected beginning of EEx tag "<%=" on "<%= 0 == line.coverage -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 25)
unexpected beginning of EEx tag "<%=" on "<%= true -> %>", please remove "="
|
Test (Elixir 1.14.x | Erlang/OTP 25)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
System.cwd/0 is deprecated. Use File.cwd/0 instead
|
Test (Elixir 1.14.x | Erlang/OTP 25)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.14.x | Erlang/OTP 25):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 25):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.14.x | Erlang/OTP 25):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24):
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24)
HashDict.to_list/1 is deprecated. Use maps and the Map module instead
|
Test (Elixir 1.13.x | Erlang/OTP 24)
unexpected beginning of EEx tag "<%=" on "<%= 0 == line.coverage -> %>", please remove "=" accordingly
|
Test (Elixir 1.13.x | Erlang/OTP 24)
unexpected beginning of EEx tag "<%=" on "<%= true -> %>", please remove "=" accordingly
|
Test (Elixir 1.13.x | Erlang/OTP 24)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Test (Elixir 1.13.x | Erlang/OTP 24)
System.cwd/0 is deprecated. Use File.cwd/0 instead
|
Test (Elixir 1.13.x | Erlang/OTP 24)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
Validation of source code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Validation of source code
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Validation of source code
~R/.../ is deprecated, use ~r/.../ instead
|
Validation of source code
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Validation of source code
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
|
Validation of source code
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Validation of source code
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Validation of source code
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
|
Validation of source code
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Validation of source code
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Validation of source code
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
|
Validation of source code
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Validation of source code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validation of source code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|