Skip to content

Commit

Permalink
chore: initialize coderabbit config to focus review on code (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis authored Jun 24, 2024
1 parent 91886ba commit 562a534
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
reviews:
path_filters:
- "**/*.pb.go"
- "**/*.pb.gw.go"
path_instructions:
- path: '**/*.go'
instructions: >-
Review the Go code, point out issues relative to principles of clean
code, expressiveness, and performance.
- 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:
base_branches:
- develop

0 comments on commit 562a534

Please sign in to comment.