Skip to content

fix: Use exclusion_constraint instead of check_constraint in add_exclusion_constraints #2388

fix: Use exclusion_constraint instead of check_constraint in add_exclusion_constraints

fix: Use exclusion_constraint instead of check_constraint in add_exclusion_constraints #2388

Triggered via pull request March 2, 2025 12:33
Status Success
Total duration 10m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

elixir.yml

on: pull_request
Matrix: ash-ci
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
ash-ci (14) / mix sobelow
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
ash-ci (16) / mix sobelow
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
ash-ci (15) / mix sobelow
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