bento
bento copied to clipboard
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
## 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...
## 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....
**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...
## 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 >...
**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...
> it would be *really* nice if the enable/disable put each check on an individual line with a description of what it is - @dmontagu 
We've had a few early users request support for Java, specifically findbugs. I'm creating this issue as a general discussion thread.
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...
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...
**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...