-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update .gitignore and add coderabbit config (#120)
- Loading branch information
Showing
2 changed files
with
33 additions
and
4 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,32 @@ | ||
language: "en" | ||
early_access: false | ||
reviews: | ||
high_level_summary: true | ||
poem: false | ||
review_status: true | ||
collapse_walkthrough: true | ||
path_filters: | ||
- "!**/.xml" | ||
- "!**/.json" | ||
path_instructions: | ||
- path: "**/*.js" | ||
instructions: "Review the Python code for conformity with Python best practices." | ||
- path: "docs/**/*.md" | ||
instructions: "Review the documentation for readability and clarity." | ||
- path: "**/*.tf" | ||
instructions: "Review the HCL / Terraform code for readability and clarity. Make sure Terraform best practices are being followed." | ||
- path: "tests/**/*.py" | ||
instructions: | | ||
"Assess the unit test code employing the PyTest testing framework. Confirm that: | ||
- The tests adhere to PyTest's established best practices. | ||
- Test descriptions are sufficiently detailed to clarify the purpose of each test." | ||
auto_review: | ||
enabled: false | ||
ignore_title_keywords: | ||
- "WIP" | ||
- "DO NOT MERGE" | ||
drafts: false | ||
base_branches: | ||
- "develop" | ||
chat: | ||
auto_reply: true |
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