generated from okp4/template-rust
-
Notifications
You must be signed in to change notification settings - Fork 21
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 #679 from axone-protocol/chore/coderabbit-configur…
…ation chore(project): specify coderabbitai configuration
- Loading branch information
Showing
1 changed file
with
34 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,34 @@ | ||
language: "en-US" | ||
early_access: true | ||
tone_instructions: >- | ||
Maintain a formal tone, highlighting issues, and suggesting production-grade, elegant, and concise solutions. | ||
reviews: | ||
profile: "chill" | ||
request_changes_workflow: true | ||
high_level_summary: true | ||
poem: false | ||
review_status: true | ||
collapse_walkthrough: false | ||
path_filters: | ||
- "!docs/*.md" | ||
path_instructions: | ||
- path: "**/*.rs" | ||
instructions: >- | ||
Review the Rust code, point out issues relative to principles of clean | ||
code, expressiveness, and performance. | ||
Suggest idiomatic solutions and best practices. | ||
- path: "**/*.sh" | ||
instructions: >- | ||
Review the shell scripts, point out issues relative to security, | ||
performance, and maintainability. | ||
- path: "**/*.toml" | ||
instructions: >- | ||
Review the TOML configuration files for correctness, maintainability, | ||
and adherence to best practices. | ||
auto_review: | ||
enabled: true | ||
drafts: false | ||
auto_incremental_review: false # review on demand | ||
chat: | ||
auto_reply: true |