mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-19 17:16:48 +00:00
Fixed typo
This commit is contained in:
parent
2fcc3d88d9
commit
567977e102
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -357,7 +357,7 @@ ${chunk.changes
|
||||||
pattern
|
pattern
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
// Exluded patterns take precedence over included patterns.
|
// Excluded patterns take precedence over included patterns.
|
||||||
return !excluded && included;
|
return !excluded && included;
|
||||||
});
|
});
|
||||||
const comments = yield analyzeCode(filteredDiff, prDetails);
|
const comments = yield analyzeCode(filteredDiff, prDetails);
|
||||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -265,7 +265,7 @@ async function main() {
|
||||||
includePatterns.length === 0 ||
|
includePatterns.length === 0 ||
|
||||||
includePatterns.some((pattern) => minimatch(file.to ?? "", pattern));
|
includePatterns.some((pattern) => minimatch(file.to ?? "", pattern));
|
||||||
|
|
||||||
// Exluded patterns take precedence over included patterns.
|
// Excluded patterns take precedence over included patterns.
|
||||||
return !excluded && included;
|
return !excluded && included;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue