Luke O'Malley
Luke O'Malley
Bento's clippy formatter doesn't currently highlight the relevant portion of a LOC, like Rust's Clippy does. This feature substantially improves readability and understanding the problem on a line of code....
## Overview Bento check ran for over half an hour before the user killed the process. After investigating @DrewDennison found checked-in built assets in the git repo and a symlink...
This ticket is motivated by https://github.com/returntocorp/bento/issues/184 We don't support Python 2 code bases, but don't fail gracefully on them by alerting the user that files are not supported. Instead we...
## Overview Whenever an underlying tool fails Bento's help message says to run `bento init --clean`. This helps only with corrupted tool dependencies, and not with issues like the Docker...
**Is your feature request related to a problem? Please describe.** Bento currently detects languages (e.g. Python) to decide which tools to enable during `bento init`. This ticket is to also...
It would be great if Bento could provide spelling/grammar checks to prevent spelling & grammar mistakes from going out to users in code or in user-facing documentation (but not caring...
> I've wasted more than 5 minutes of my life finding out that my CI yaml config isn't valid yaml once I commit it and it runs on CI... I...
> Even if I don't introduce new issues in my commit, I'd like to be shown or notified that there are existing and nearby issues I _could_ fix. Ideally this...
**Is your feature request related to a problem? Please describe.** > I love the histogram when running `bento check`. Is it possible to bring it back when there are many...
## Overview The progress bar times are not stable, sometimes resetting to 00:00 when tools have finished running. At other times they will stop, a tool will be marked as...