Luke O'Malley

Results 33 issues of 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....

request:enhancement
feature:check
formatter:clippy

## 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...

bug
feature:check
lang:js

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...

request:enhancement
feature:check
lang:python

## 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...

request:enhancement
feature:init
feature:check

**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...

request:enhancement
feature:init

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...

request:check

> 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...

request:check

> 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...

request:enhancement
feature:check

**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...

request:enhancement
feature:check
formatter:histogram

## 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...

bug
feature:check