bento icon indicating copy to clipboard operation
bento copied to clipboard

[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱

Results 71 bento issues
Sort by recently updated
recently updated
newest added

## Overview If one of the tools (`r2c.flask` in this case) fails, bento archive doesn't archive other tools' results and a subsequent bento check prints the results. ## Current Behavior...

bug

## Observed Issue Nested `.gitignores` need to be manually added to `.bentoignore` for Bento's to be performant. This tripped up me and a user, and was resolved by the above....

request:enhancement
feature:init
feature:file-ignore

**Is your feature request related to a problem? Please describe.** Multiple users have had slow first runs because of build/vendored code directories. > I noticed that bento also picks up...

request:enhancement
feature:file-ignore

## Overview > Briefly describe the issue and your expected behavior Depending on terminal window size, the first result in `bento check` may be cut off. ## Current Behavior >...

bug
feature:check

**Is your feature request related to a problem? Please describe.** What Bento check and checks for isn't documented or shown anywhere. Knowing what was checked for, and not found, would...

request:feature
feature:check

> it would be *really* nice if the enable/disable put each check on an individual line with a description of what it is - @dmontagu ![image](https://user-images.githubusercontent.com/605906/68340633-a9632780-009b-11ea-858f-b172541bcf5a.png)

request:enhancement
feature:enable-disable
feature:autocomplete

We've had a few early users request support for Java, specifically findbugs. I'm creating this issue as a general discussion thread.

request:check

We've had a few early users request support for Scala, specifically on the formatting side via Scalafmt and some sbt plugins for security/best practices. I'm creating this issue as a...

request:check

It would be great if I could integrate more of my development-workflow-steps into bento. In particular, it would be great if it could also check (and ideally auto-fix) formatting, and...

request:feature

**Is your feature request related to a problem? Please describe.** flake8-builtin proved noisy for those of us developing Flask apps with SQLAlchemy models (it fired on `id` and `type` class...

request:check
lang:python