-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
46 lines (42 loc) · 955 Bytes
/
.coderabbit.yaml
File metadata and controls
46 lines (42 loc) · 955 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
44
45
46
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
reviews:
profile: "assertive"
high_level_summary: false
review_status: false
collapse_walkthrough: true
changed_files_summary: false
sequence_diagrams: false
estimate_code_review_effort: false
in_progress_fortune: false
poem: false
path_filters:
- "!**/build/**"
- "!**/out/**"
- "!**/.gradle/**"
- "!**/.idea/**"
- "!**/node_modules/**"
auto_review:
auto_pause_after_reviewed_commits: 0
ignore_title_keywords:
- "wip"
- "draft"
ignore_usernames:
- "dependabot"
- "dependabot[bot]"
- "mend"
- "renovate"
- "renovate[bot]"
pre_merge_checks:
title:
mode: "off"
description:
mode: "off"
chat:
art: false
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- "**/.cursorrules"
- "**/CODING_STANDARDS.md"