mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-09-09 19:27:07 +00:00
skip path imports checking
This commit is contained in:
parent
a45289dc2a
commit
ec9123d49c
3 changed files with 3 additions and 1 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -113,6 +113,7 @@ function createPrompt(file, chunk, prDetails) {
|
|||
- 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 or update comments to the code.
|
||||
- IMPORTANT: NEVER check and suggest import paths updates.
|
||||
- IMPORTANT: NEVER check if created variables or functions are used somewhere or not.
|
||||
|
||||
Review the following code diff in the file "${file.to}" and take the pull request title and description into account when writing the response.
|
||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -87,6 +87,7 @@ 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 or update comments to the code.
|
||||
- IMPORTANT: NEVER check and suggest import paths updates.
|
||||
- IMPORTANT: NEVER check if created variables or functions are used somewhere or not.
|
||||
|
||||
Review the following code diff in the file "${
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue