We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b1128 commit 76df523Copy full SHA for 76df523
1 file changed
.coderabbit.yaml
@@ -12,11 +12,17 @@ reviews:
12
estimate_code_review_effort: false
13
auto_review:
14
enabled: true
15
+ base_branches: ["main", "next"]
16
drafts: false
17
+ tools:
18
+ biome:
19
+ enabled: false # We use our own Biome workflow :)
20
+ clippy:
21
+ enabled: false # Same for Clippy
22
tone_instructions: "Please keep it short and to the point. Be patient, especially with new contributors. Feel free to be witty with maintainers."
23
knowledge_base:
24
code_guidelines:
25
- filePatterns: ["**/CONTRIBUTING.md"]
26
+ filePatterns: ["**/CLAUDE.md", "**/CONTRIBUTING.md"]
27
chat:
28
auto_reply: false
0 commit comments