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
github-actions / Ameba
Performance/ExcessiveAllocations
Use `each_line {...}` instead of `lines.each {...}` to avoid excessive allocation
Raw output
> result.lines.each do |line|
^
Loading