Skip to content
Open
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
Prev Previous commit
Adding coderabbit file
  • Loading branch information
blockiosaurus committed Mar 14, 2025
commit c97a62cd13a448b4e8f820d7bf6512fad42f07e9
30 changes: 30 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_instructions:
[
{
path: "programs/mpl-core/src/processor/*",
instructions: "Make sure the owner is checked on all accounts somehow",
},
{
path: "programs/mpl-core/*",
instructions: "Carefully consider performance implications and make sure there are no performance inefficiencies",
},
{
path: "**/*.rs",
instructions: "Make duplicated logic between the rust client and program are consistent",
},
]
auto_review:
enabled: true
drafts: false
chat:
auto_reply: true
Loading