Skip to content

Commit

Permalink
Do not complain about code style or TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMixu committed May 7, 2024
1 parent a9a064d commit 240aca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
- Write the comment in GitHub Markdown format.
- Use the given description only for the overall context and only comment the code.
- IMPORTANT: NEVER suggest adding comments to the code.
- IMPORTANT: Do not complain about the code style.
- IMPORTANT: Do not complain about TODO comments.
Review the following code diff in the file "${
file.to
Expand Down

0 comments on commit 240aca3

Please sign in to comment.