Skip to content

Commit 5adc963

Browse files
Sniderclaude
andcommitted
chore: add CodeRabbit configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8020b1a commit 5adc963

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CodeRabbit Configuration
2+
# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml
3+
4+
reviews:
5+
review_status: false
6+
7+
path_instructions:
8+
- path: "**/Dockerfile*"
9+
instructions: "Check for security best practices, multi-stage builds, and pinned versions"
10+
- path: "**/*.yml"
11+
instructions: "Ansible/Docker Compose - validate syntax and idempotency"
12+
- path: "**/*.sh"
13+
instructions: "Shell scripts - check for shellcheck compliance and proper error handling"

0 commit comments

Comments
 (0)