mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-22 10:36:47 +00:00
Fixed typo
This commit is contained in:
parent
2fcc3d88d9
commit
567977e102
3 changed files with 3 additions and 3 deletions
|
@ -265,7 +265,7 @@ async function main() {
|
|||
includePatterns.length === 0 ||
|
||||
includePatterns.some((pattern) => minimatch(file.to ?? "", pattern));
|
||||
|
||||
// Exluded patterns take precedence over included patterns.
|
||||
// Excluded patterns take precedence over included patterns.
|
||||
return !excluded && included;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue