Skip to content

fix(command): stop bisect err escape from moving up a line #48

fix(command): stop bisect err escape from moving up a line

fix(command): stop bisect err escape from moving up a line #48

GitHub Actions / Ameba failed Aug 29, 2024 in 1s

Crystal Ameba Results

Total files checked: 21
Issues found: 1

Ameba Version: 1.5.0
Crystal Version: 1.9.0

Annotations

Check warning on line 75 in src/commands/bisect.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Performance/ExcessiveAllocations

Use `each_line {...}` instead of `lines.each {...}` to avoid excessive allocation
Raw output
> result.lines.each do |line|
         ^