From fcb8bffaf39944640aae1bd11f52f55165475fa6 Mon Sep 17 00:00:00 2001 From: basil_sunny Date: Mon, 19 Aug 2024 16:02:24 +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 cadc9a1..d541878 100644 --- a/src/main.ts +++ b/src/main.ts @@ -175,7 +175,7 @@ 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. - **Ignore reviewing commentlines**: Ignore reviewing newly added or edited commentlines in the code. -- **Ignore reviewing boolean variables**: Ignore reviewing boolean values in environment YAML config files. +- **Ignore reviewing boolean variables**: Ignore reviewing boolean values in YAML config files. `; }