Fixes compile warning for Elixir 1.16+ #28
ci.yaml
on: pull_request
Validation of source code
36s
Matrix: test
Annotations
46 warnings
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
|
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)
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)
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)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 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)
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)
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
|
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.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.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)
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)
:cover.analyse/3 is undefined (module :cover is not available or is yet to be defined)
|
Test (Elixir 1.15.x | Erlang/OTP 26)
:cover.compile_beam_directory/1 is undefined (module :cover is not available or is yet to be defined)
|
Test (Elixir 1.15.x | Erlang/OTP 26)
:cover.modules/0 is undefined (module :cover is not available or is yet to be defined)
|
Test (Elixir 1.15.x | Erlang/OTP 26)
:cover.start/0 is undefined (module :cover is not available or is yet to be defined)
|
Validation of source code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.1, 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2.3.1, 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/
|