Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
language: "en-US"
early_access: false

reviews:
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false

auto_review:
enabled: true
drafts: false

ignore_custom_labels:
- "dependabot"
- "dependencies"
- "skip-review"
- "automated-pr"

Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
chat:
auto_reply: true

custom_instructions: |
- Prioritize identifying security vulnerabilities, unhandled errors, and concurrency issues (e.g., goroutine leaks, race conditions).
- Enforce idiomatic Go best practices. Do not nitpick formatting if it contradicts standard `gofmt` or `goimports` behavior.
- Review Dockerfiles for multi-stage build efficiency, principle of least privilege, and hardcoded secrets.
- Ignore coverage artifacts (.out, .html), generated mock files, and compiled binaries during analysis.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Loading