Skip to content

Commit

Permalink
add coderabbit config (#2060)
Browse files Browse the repository at this point in the history
Code Rabbit is one of these new fancy LLM code review tools. I am skeptical
but we can try it for free and it might provide us with some value to let
people get feedback while waiting for other people.

Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby authored Aug 19, 2024
1 parent fdc034e commit f994973
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-GB"
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
drafts: true
chat:
auto_reply: true

0 comments on commit f994973

Please sign in to comment.