This commit is contained in:
basil_sunny 2024-08-19 19:30:47 +05:30
commit c00aa1c256

View file

@ -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.
`;