Skip to content

refactor build server #548

refactor build server

refactor build server #548

Triggered via pull request December 2, 2024 13:16
Status Failure
Total duration 2m 13s
Artifacts

elixir.yml

on: pull_request
Build and cache dependencies
2m 1s
Build and cache dependencies
Run Credo
0s
Run Credo
Check unused dependencies
0s
Check unused dependencies
Check unused functions
0s
Check unused functions
Run tests
0s
Run tests
Deploy to Fly.io
0s
Deploy to Fly.io
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and cache dependencies
Process completed with exit code 1.
Build and cache dependencies
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
Build and cache dependencies
7..-1 has a default step of -1, please write 7..-1//-1 instead
Build and cache dependencies
negative steps are not supported in String.slice/2, pass 7..-1//1 instead
Build and cache dependencies
using map.field notation (without parentheses) to invoke function Filtrex.Condition.Text.type() is deprecated, you must add parentheses instead: remote.function()
Build and cache dependencies
start..final inside match is deprecated, you must always match on the step: start..final//var or start..final//_ if you want to ignore it
Build and cache dependencies
negative steps are not supported in String.slice/2, pass 7..-1//1 instead
Build and cache dependencies
negative steps are not supported in String.slice/2, pass 7..-1//1 instead
Build and cache dependencies
negative steps are not supported in String.slice/2, pass 7..-1//1 instead
Build and cache dependencies
negative steps are not supported in String.slice/2, pass 7..-1//1 instead
Build and cache dependencies
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it