Skip to content

Bump credo from 1.7.10 to 1.7.11 #1066

Bump credo from 1.7.10 to 1.7.11

Bump credo from 1.7.10 to 1.7.11 #1066

Triggered via pull request January 4, 2025 06:16
Status Success
Total duration 1m 24s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
OTP 27 / Elixir 1.18
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
OTP 26 / Elixir 1.18
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
OTP 25 / Elixir 1.18
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
Test Coverage
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