generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy path.coderabbit.yaml
37 lines (37 loc) · 1.2 KB
/
.coderabbit.yaml
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
language: "en-US"
early_access: true
tone_instructions: >-
Maintain a formal tone, highlighting issues, and suggesting production-grade, elegant, and concise solutions.
reviews:
profile: "chill"
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
path_filters:
- "!docs/command/**/*.md"
- "!docs/predicate/**/*.md"
- "!docs/proto/**/*.md"
path_instructions:
- path: "**/*.go"
instructions: >-
Review the Go code, point out issues relative to principles of clean
code, expressiveness, and performance.
- path: "**/*_test.go"
instructions: >-
Review tests to ensure they follow GoConvey style, using a behavioral and data-driven approach.
- path: "**/*.proto"
instructions: >-
Review the Protobuf definitions, point out issues relative to
compatibility, and expressiveness.
- path: "**/*.sh"
instructions: >-
Review the shell scripts, point out issues relative to security,
performance, and maintainability.
auto_review:
enabled: true
drafts: false
auto_incremental_review: false # review on demand
chat:
auto_reply: true