Release 1.19.0
We've now brought our instant AI code review functionality into your IDE. The
new 'Review' tab in the Sourcery sidebar lets you get a review straight away,
keeping you in flow and letting you address issues without context switching.
On GitHub we've revamped our dashboard to make it easier to add and remove team
members, and we've added configuration - you can now get your reviews in any
language (within reason). Install it
here. It is free for
open source repos, and has a 2-week trial otherwise.
We'd love to hear your feedback! Reach out at
Reviews@sourcery.ai. For general inquiries,
contact us at hello@sourcery.ai. Ask for help or
suggest improvements on
GitHub.
Full Changelog
Code Review
Features
- Added a PR summary - this gets appended to the PR description as part of the
review.
- Added a review guide to help reviewers understand your PR.
- Reworked our dashboard on the website to improve team signup and seat
selection
- You can now configure your reviews to be in a wide variety of languages
Bug Fixes
- We now filter out common directories that might contain generated code
- We now filter out testing comments on non test-related files
- We've improved our comment validation to filter out more of the noisy
comments.
- Ensured that we don't flag hardcoded secrets on lines which haven't changed in
the PR
- Prevented the Sourcery Rules from reviewing files in the Python standard
library.