Skip to content

Merge pull request #401 from woylie/use-inputs-for-component #1075

Merge pull request #401 from woylie/use-inputs-for-component

Merge pull request #401 from woylie/use-inputs-for-component #1075

Triggered via push January 29, 2025 14:38
Status Success
Total duration 1m 39s
Artifacts

ci.yml

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

Annotations

4 warnings
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
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
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