From c00aa1c2563a95af0c6f2326ba6e59499b67942c Mon Sep 17 00:00:00 2001 From: basil_sunny Date: Mon, 19 Aug 2024 19:30:47 +0530 Subject: [PATCH] fix --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d541878..dff005e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -173,7 +173,7 @@ function getCypressGuidelines(): string { function getTerraformGuidelines(): string { return ` -- **Avoid duplicate review comments**: If the same comment applies to multiple lines within the same file or across different files, consolidate your feedback and leave a single comment. Reference the relevant line numbers and files where the changes are needed. +- **Avoid duplicate review comments**: If the same comment applies to multiple lines within the same file or across different files, consolidate your feedback and leave a single comment. - **Ignore reviewing commentlines**: Ignore reviewing newly added or edited commentlines in the code. - **Ignore reviewing boolean variables**: Ignore reviewing boolean values in YAML config files. `;