Skip to content

Commit 0275845

Browse files
committed
fix: ignore lint type errors
Often we will fix those by the end of the patch processing anyway
1 parent 5321778 commit 0275845

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ async function processFileOperations({
438438
`Here are some general notes:`,
439439
`- Focus on the changed lines, not the surrounding code.`,
440440
`- Ignore formatting changes.`,
441+
`- Ignore lint/type errors.`,
441442
update?.instructions || '',
442443
].join('\n'),
443444
),

0 commit comments

Comments
 (0)