Skip to content

Commit

Permalink
Merge pull request #320 from ccamel/project/coderabbit-config
Browse files Browse the repository at this point in the history
🔧 Configure CodeRabbitAI for reviews
  • Loading branch information
ccamel authored Dec 31, 2024
2 parents 82a96e7 + 639874d commit f4bd4aa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: "en-US"
early_access: true
tone_instructions: >-
Maintain a friendly tone, focusing on identifying issues and suggesting
elegant, pragmatic solutions.
reviews:
profile: "chill"
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
path_instructions:
- path: "**/*.elm"
instructions: >-
Review the Elm code with attention to:
- Principles of clean code (readability, simplicity, minimalism).
- Expressiveness and idiomatic use of Elm.
- Performance considerations in functional programming.
Suggest best practices and improvements where applicable.
auto_review:
enabled: true
drafts: false
auto_incremental_review: false # review on demand
chat:
auto_reply: true

0 comments on commit f4bd4aa

Please sign in to comment.