-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from ccamel/project/coderabbit-config
🔧 Configure CodeRabbitAI for reviews
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |