-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
45 lines (35 loc) · 1.24 KB
/
.coderabbit.yaml
File metadata and controls
45 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# CodeRabbit Configuration File
# Documentation: https://coderabbit.ai/docs/configuration
language: "en-US"
early_access: false
reviews:
# 'chill' provides a more relaxed review.
# Other option: 'assertive' (more strict)
profile: "chill"
# Set to true to allow CodeRabbit to request changes on PRs instead of just commenting
request_changes_workflow: false
# Adds a high-level summary at the top of the PR
high_level_summary: false
# A short informative poem about the changes
poem: false
# Updates the review status dynamically
review_status: true
# Whether to collapse the walkthrough table
collapse_walkthrough: false
# Paths to exclude from reviews. The '!' prefix means "ignore".
path_filters:
- "!**/*.min.css"
- "!**/*.min.js"
- "!vendor/**"
- "!node_modules/**"
- "!tags/**"
- "!assets/**"
# Example of how to add custom instructions for specific files:
# path_instructions:
# - path: "**/*.php"
# instructions: |
# Please ensure WordPress coding standards are followed.
# Pay special attention to security and input sanitization (e.g., escaping output).
chat:
# Allow CodeRabbit to automatically reply to comments on lines of code
auto_reply: true