Skip to content

Feat/brakeman clippy #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add to list and changelog
  • Loading branch information
alexcoderabbitai committed May 28, 2025
commit 31d708763f52190a43ceb788a9144b6102db72e7
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---

## May 25, 2025

### New Security and Code Quality Tools

We're excited to announce the addition of two powerful tools to our static analysis arsenal:

- **Brakeman**: A static analysis security vulnerability scanner for Ruby on Rails applications. It helps identify security issues in your Ruby codebase by analyzing Gemfile, Ruby files (_.rb), and ERB templates (_.erb).

- **Clippy**: The official linter for Rust code, helping catch common mistakes and improve your Rust code quality. It analyzes \*.rs files and supports configuration through clippy.toml files.

Both tools can be configured through their respective config files or through CodeRabbit's settings page. See our [tools documentation](https://docs.coderabbit.ai/tools/) for more details.

## May 19, 2025

### Lua Support with Luacheck
Expand Down
5 changes: 4 additions & 1 deletion docs/tools/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ For an overview of how CodeRabbit uses these tools when generating code reviews,
| Protobuf | [Buf][Buf] | Code Quality |
| Python | [Ruff][Ruff] | Code Quality |
| Regal | [Regal][Regal] | Code Quality |
| Ruby | [RuboCop][RuboCop] | Code Quality |
| Ruby | [RuboCop][RuboCop], [Brakeman][Brakeman] | Code Quality, Code Security |
| Rust | [Clippy][Clippy] | Code Quality |
| Semgrep | [Semgrep][Semgrep] | Code Security |
| Shell (sh, bash, ksh, dash) | [ShellCheck][ShellCheck] | Code Quality |
| Shopify | [Shopify CLI][ShopifyCLI] | Code Quality |
Expand Down Expand Up @@ -74,3 +75,5 @@ For an overview of how CodeRabbit uses these tools when generating code reviews,
[oxlint]: /tools/oxlint.md
[ShopifyCLI]: /tools/shopify-cli.md
[Luacheck]: /tools/luacheck.md
[Brakeman]: /tools/brakeman.md
[Clippy]: /tools/clippy.md