Skip to content

Commit 27d850c

Browse files
committed
Coderabbit
1 parent c9b181e commit 27d850c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
language: "en-US"
3+
4+
reviews:
5+
# Reduce verbosity
6+
poem: false # Disable the celebratory poem
7+
high_level_summary: false # Disable high-level summary in PR description
8+
collapse_walkthrough: true # Collapse the walkthrough into a collapsible section
9+
changed_files_summary: false # Disable the file-by-file summary table
10+
sequence_diagrams: false # Disable auto-generated sequence diagrams
11+
estimate_code_review_effort: false # Disable effort estimation
12+
review_status: false # Disable the review status block
13+
14+
# These add related context - disable if not useful
15+
related_issues: false
16+
related_prs: false
17+
suggested_labels: false
18+
suggested_reviewers: false
19+
assess_linked_issues: false
20+
21+
# Keep the actual reviews enabled
22+
auto_review:
23+
enabled: true
24+
auto_incremental_review: true

0 commit comments

Comments
 (0)