Skip to content

Merge pull request #273 from ZeusWPI/dependabot/hex/phoenix-1.7.19 #534

Merge pull request #273 from ZeusWPI/dependabot/hex/phoenix-1.7.19

Merge pull request #273 from ZeusWPI/dependabot/hex/phoenix-1.7.19 #534

Triggered via push February 1, 2025 13:31
Status Success
Total duration 5m 19s
Artifacts

elixir.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Format
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
Format
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 test
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
Build and test
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 test
:logger :level has been set to :warn in config files, please use :warning instead
Build and test
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
Dialyzer
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
Dialyzer
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