-
Notifications
You must be signed in to change notification settings - Fork 32
/
.coderabbit.yaml
32 lines (32 loc) · 1 KB
/
.coderabbit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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