-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
43 lines (41 loc) · 838 Bytes
/
.coderabbit.yaml
File metadata and controls
43 lines (41 loc) · 838 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
language: "en"
early_access: true
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- "AGENTS.md"
- "**/AGENTS.md"
- ".cursor/rules/**/*.mdc"
reviews:
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
sequence_diagrams: true
profile: "assertive"
related_prs: false
tools:
golangci-lint:
enabled: true
path_filters:
- "!**/*.md"
- "!**/*.yaml"
- "!**/*.yml"
- "!**/*.json"
- "!**/*.toml"
- "!**/*.xml"
- "!**/*.mdc"
- "!**/*.mdx"
- "!.cursor/**"
- "!.git/**"
- "!.claude/**"
- "!.vscode/**"
- "!.taskmaster/**"
- "!docs/swagger.*"
- "!**/mock_*.go"
- "!**/*.pb.go"
- "!**/*.pb.gw.go"
- "!**/fixtures/**"
- "!test/testdata/**"