images/.coderabbit.yaml
Snider 10b3b69572 chore: add CodeRabbit configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 21:41:26 +00:00

13 lines
502 B
YAML

# 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"