Skip to content

Commit

Permalink
Add config file for CodeRabbit code review tool
Browse files Browse the repository at this point in the history
We are testing this as part of an Eficode internal Spike friday event.
https://coderabbit.ai/ is a commercial tool, but has a free plan for open source.
If we like it, we might keep it. If not, this commit can easily be reverted.
  • Loading branch information
JKrag committed Apr 26, 2024
1 parent baeeb85 commit c0ab7fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
chat:
auto_reply: true

0 comments on commit c0ab7fb

Please sign in to comment.