Skip to content

Commit 76df523

Browse files
authored
chore: tweak CodeRabbit (#7132)
1 parent 85b1128 commit 76df523

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.coderabbit.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ reviews:
1212
estimate_code_review_effort: false
1313
auto_review:
1414
enabled: true
15+
base_branches: ["main", "next"]
1516
drafts: false
17+
tools:
18+
biome:
19+
enabled: false # We use our own Biome workflow :)
20+
clippy:
21+
enabled: false # Same for Clippy
1622
tone_instructions: "Please keep it short and to the point. Be patient, especially with new contributors. Feel free to be witty with maintainers."
1723
knowledge_base:
1824
code_guidelines:
1925
enabled: true
20-
filePatterns: ["**/CONTRIBUTING.md"]
26+
filePatterns: ["**/CLAUDE.md", "**/CONTRIBUTING.md"]
2127
chat:
2228
auto_reply: false

0 commit comments

Comments
 (0)