skip path imports checking

This commit is contained in:
Yura Hurnyak 2025-02-04 13:39:54 +02:00
commit ec9123d49c
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View file

@ -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

File diff suppressed because one or more lines are too long

View file

@ -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 "${