Skip to content

Commit c087896

Browse files
authored
Improve Coderabbit config with .coderabbit.yaml (#955)
Address @nene's feedback in #947 (comment) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated code review tool configuration settings (including review and chat features) to better control the format and focus of automated assistance. **Note:** This release contains no user-facing changes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 7d58032 + 052832c commit c087896

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
reviews:
3+
# Add summary to walkthrough instead of PR description
4+
high_level_summary_in_walkthrough: true
5+
# Disable useless fortune
6+
in_progress_fortune: false
7+
# Disable useless poem
8+
poem: false
9+
pre_merge_checks:
10+
# Disable useless docstrings checks
11+
docstrings:
12+
mode: disabled
13+
14+
chat:
15+
# Disable useless ASCII art or emojis in chat responses
16+
art: false

0 commit comments

Comments
 (0)