chore: add CodeRabbit configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cdbe9683ec
commit
3c3d7c6eb4
1 changed files with 13 additions and 0 deletions
13
.coderabbit.yaml
Normal file
13
.coderabbit.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# CodeRabbit Configuration
|
||||
# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml
|
||||
|
||||
reviews:
|
||||
review_status: false
|
||||
|
||||
path_instructions:
|
||||
- path: "cmd/**"
|
||||
instructions: "CLI command code - check for proper cobra usage and flag handling"
|
||||
- path: "pkg/**"
|
||||
instructions: "Library code - ensure good API design and documentation"
|
||||
- path: "internal/**"
|
||||
instructions: "Internal packages - check for proper encapsulation"
|
||||
Loading…
Add table
Reference in a new issue