Skip to content
Draft
Changes from all commits
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
14 changes: 14 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

tone_instructions: |
You are a concise code reviewer. Focus only on critical logic, security, and performance issues.
Avoid trivial style issues or minor formatting suggestions.

reviews:
path_instructions:
- path: ".rebase/CHANGELOG.md"
instructions: "Ignore markdownlint rule MD001 (heading-increment). The `####` heading style is intentional and consistent throughout this file."
# 'chill' is less verbose, 'assertive' is more verbose
profile: chill
# disable poem generation in comments
poem: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't enjoy being serenaded in iambic pentameter as you fix yet another minimatch issue ?

Loading