-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
43 lines (39 loc) · 909 Bytes
/
.coderabbit.yaml
File metadata and controls
43 lines (39 loc) · 909 Bytes
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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# CodeRabbit Configuration
# https://docs.coderabbit.ai/getting-started/configure-coderabbit
reviews:
profile: 'assertive'
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
base_branches:
- dev
ignore_title_keywords:
- 'AUDIT'
- 'audit'
- 'Deep Audit'
- 'deep-audit'
path_filters:
- '!**/AUDIT.md'
- '!.automaker/**'
- '!build/**'
- '!pnpm-lock.yaml'
- '!.changeset/**'
- '!.worktrees/**'
- '!.husky/**'
- '!coverage/**'
- '!node_modules/**'
- '!**/*.map'
finishing_touches:
docstrings:
enabled: false
chat:
auto_reply: true
code_generation:
docstrings:
language: 'en-US'