Skip to content

fix credo lint

fix credo lint #1263

Triggered via push February 27, 2025 21:22
Status Failure
Total duration 2m 47s
Artifacts

master.yml

on: push
Matrix: codebattle-docker-matrix
Matrix: runner-docker-matrix
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build
Process completed with exit code 2.
build
test Swiss round sequential 95_percentile task_pack (CodebattleWeb.Integration.Tournament.SwissClan95PercentileTest)
build
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
build
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