CI: suppress Elixir_CI execution in PR from check_by_SHR to main (#77… #52
Annotations
3 warnings
Run tests
3..-3 has a default step of -1, please write 3..-3//-1 instead
|
Run tests
negative steps are not supported in Enum.slice/2, pass 3..-3//1 instead
|
Run tests
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
|
Loading