images/.coderabbit.yaml

14 lines
502 B
YAML
Raw Permalink Normal View History

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