Use elixir 1.17 / erlang 27 #319
ci-tests.yml
on: pull_request
Static analysis
2m 17s
Matrix: test
Annotations
1 error and 10 warnings
Static analysis
Process completed with exit code 1.
|
Static analysis
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Static analysis
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Static analysis
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Static analysis
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Static analysis
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Static analysis
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Static analysis
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Static analysis
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Static analysis
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Static analysis
1..-2 has a default step of -1, please write 1..-2//-1 instead
|