Skip to content

Commit

Permalink
update .gitignore and add coderabbit config (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Dec 19, 2023
1 parent 19441f7 commit 92e13d9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .coderabbit.yaml
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
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ dmypy.json
# Pyre type checker
.pyre/

# stack yaml files
*.yaml
*.yaml

# not the metadata file
!metadata.yaml

Expand All @@ -152,3 +148,4 @@ terraform.tfstate.backup

# used for testing
testing.tfvars.json

0 comments on commit 92e13d9

Please sign in to comment.