You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as Ge
66
66
67
67
We've expanded our static analysis capabilities with two new tools:
68
68
69
-
-**oxlint**: A high-performance JavaScript/TypeScript linter written in Rust.
69
+
-**Oxlint**: A high-performance JavaScript/TypeScript linter written in Rust.
70
70
-**Prisma Lint**: A dedicated linter for Prisma schema files to help enforce consistent conventions and best practices.
71
71
72
72
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.
@@ -124,8 +124,8 @@ We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an
124
124
We are continually expanding our support for static analysis tools. We've recently added support for:
125
125
126
126
- SQLFluff
127
-
- Added oxlint for faster linting
128
-
-oxlint is a blazingly fast JavaScript/TypeScript linter written in Rust
127
+
- Added Oxlint for faster linting
128
+
-Oxlint is a blazingly fast JavaScript/TypeScript linter written in Rust
129
129
- Replaces ESLint for basic linting while maintaining ESLint for more complex rules
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ When you complete this tutorial, you'll have seen CodeRabbit's code-review featu
19
19
For a more general overview of CodeRabbit, see [Introduction](/).
20
20
21
21
:::note
22
-
While this tutorial focuses on GitHub, CodeRabbit also works with GitLab, Azure DevOps, and Bitbucket. For more information, see [Supported Git Platforms](/platforms/).
22
+
While this tutorial focuses on GitHub, CodeRabbit also works with GitLab, Azure DevOps, and Bitbucket. For more information, see [Integrate with Git platforms](/platforms/).
23
23
:::
24
24
25
25
## Before you begin
@@ -44,6 +44,9 @@ To add CodeRabbit to your test repository, follow these steps:
44
44
1. Select the **Only select repositories** radio button.
45
45
1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart.
46
46
1. Click **Install & Authorize**.
47
+
:::note
48
+
CodeRabbit requests read and write access to your repository in order for its code review, issue management, and pull request generation features to work. CodeRabbit never stores your code. For more information, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).
49
+
:::
47
50
1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing.
48
51
49
52
CodeRabbit is now ready to use with your test repository. The next steps demonstrate its core code-review features.
Copy file name to clipboardExpand all lines: docs/getting-started/upgrading-permissions.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
---
2
-
title: Upgrading App Permissions
2
+
title: Set permissions
3
3
description: Learn how to upgrade CodeRabbit's GitHub App permissions when new features are added
4
-
sidebar_label: Upgrading Permissions
5
-
sidebar_position: 6
6
4
---
7
5
8
6
Sometimes when we add new features to CodeRabbit, we need to request additional GitHub permissions. If you see a warning about permissions or resources not being accessible, you'll need to approve the new permissions. Here's how to do it:
0 commit comments