Skip to content

Commit ac9c607

Browse files
Adding CodeRabbit (#400)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Added a configuration file to define settings for CodeRabbit AI integration, including language preferences, review tone, review profiles, file-specific instructions, and chat behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4989d85 commit ac9c607

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
language: "en-US"
3+
early_access: false
4+
# enable_free_tier: true
5+
tone_instructions: |
6+
Provide clear, concise, and professional feedback focused on improving documentation clarity, grammar, and consistency.
7+
Suggest improvements for readability and structure, and highlight any potential ambiguities.
8+
reviews:
9+
profile: "chill"
10+
request_changes_workflow: false
11+
high_level_summary: true
12+
poem: false
13+
review_status: true
14+
collapse_walkthrough: false
15+
auto_review:
16+
enabled: true
17+
drafts: false
18+
path_instructions:
19+
- path: "**/*.rst"
20+
instructions: |
21+
Review files for:
22+
- Consistent formatting (e.g., headings, lists, links).
23+
- Clear and concise language.
24+
- Correct grammar and spelling.
25+
- Proper use of rst syntax (e.g., avoid broken links or invalid code blocks).
26+
- Adherence to style guides (e.g., consistent tone, terminology).
27+
Suggest improvements to enhance readability and accessibility.
28+
path_filters:
29+
- "!**/*.png"
30+
chat:
31+
auto_reply: true

0 commit comments

Comments
 (0)