chore: add CodeRabbit configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
69d293dd23
commit
10b3b69572
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: "**/Dockerfile*"
|
||||
instructions: "Check for security best practices, multi-stage builds, and pinned versions"
|
||||
- path: "**/*.yml"
|
||||
instructions: "Ansible/Docker Compose - validate syntax and idempotency"
|
||||
- path: "**/*.sh"
|
||||
instructions: "Shell scripts - check for shellcheck compliance and proper error handling"
|
||||
Loading…
Add table
Reference in a new issue