Skip to content

Commit 5d8924c

Browse files
committed
chore: addresss review feedback
1 parent e9b4889 commit 5d8924c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.coderabbit.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Docs: https://docs.coderabbit.ai/configure-coderabbit
22
# Schema: https://coderabbit.ai/integrations/schema.v2.json
3+
# Support: https://discord.gg/GsXnASn26c
34

45
language: en
56

@@ -30,11 +31,19 @@ reviews:
3031
- wip
3132
- draft
3233
- test
34+
# Set the commit status to 'pending' when the review is in progress and 'success' when it is complete.
3335
commit_status: false
36+
# Post review details on each review. Additionally, post a review status when a review is skipped in certain cases.
3437
review_status: false
38+
path_instructions:
39+
- path: "**/*.tf"
40+
instructions: |
41+
You're a Terraform expert who has thoroughly studied all the documentation from Hashicorp https://developer.hashicorp.com/terraform/docs and OpenTofu https://opentofu.org/docs/.
42+
You have a strong grasp of Terraform syntax and prioritize providing accurate and insightful code suggestions.
43+
As a fan of the Cloud Posse / SweetOps ecosystem, you incorporate many of their best practices https://docs.cloudposse.com/best-practices/terraform/ while balancing them with general Terraform guidelines.
3544
tools:
3645
# By default, all tools are enabled.
37-
# We disable some tools here to avoid duplication with Trunk or we simply don't need to use them.
46+
# Masterpoint uses Trunk (https://trunk.io) so we do not need a lot of this feedback due to overlap.
3847
shellcheck:
3948
enabled: false
4049
ruff:

0 commit comments

Comments
 (0)