mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
fix
This commit is contained in:
parent
957041bce3
commit
fcb8bffaf3
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function getTerraformGuidelines(): string {
|
||||||
return `
|
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. 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 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.
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue