ci: add CodeRabbit review configuration - #348
Conversation
Add a repo-root .coderabbit.yaml customizing CodeRabbit for quent's layout (Rust crates, TS/React ui, proto, docs, workflows). markdownlint is disabled since Markdown is already linted in CI via rumdl. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@coderabbitai review |
Scope the proto and docs path_instructions to their intended file types (proto/**/*.proto, docs/**/*.md) so they no longer match Cargo.toml, lib.rs, book.toml, or .gitignore. Point the schema reference at the official coderabbit.ai endpoint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@coderabbitai review |
✅ Action performedReview finished.
|
WalkthroughUpdates ChangesCodeRabbit Review Configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Seems like coderabbit won't work with its own modified config, probably for security reasons. In this PR it's probably just showing its default behavior which is rather noisy and should be surpressed by the proposed config. So we'll notice whether this minimal config is not too noisy after merge. |
|
/merge |
Description
Add a repo-root .coderabbit.yaml customizing CodeRabbit for quent's layout (Rust crates, TS/React ui, proto, docs, workflows). markdownlint is disabled since Markdown is already linted in CI via rumdl.