Skip to content

Remove duplicated aliases #172

Remove duplicated aliases

Remove duplicated aliases #172

Triggered via push November 7, 2025 20:33
Status Success
Total duration 3m 38s
Artifacts

ci.yml

on: push
Matrix: Build
Matrix: Code Linting
Matrix: Testing
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Code Linting (1.18.4, 28.1)
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
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function TilexWeb.Endpoint.__sockets__() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
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