Skip to content

Commit 51b5df9

Browse files
author
Emil Andersson
committed
Continue to the next file when an ignored file is found when running checks in parallel.
This fixes #3317.
1 parent ae4f33b commit 51b5df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ private function run()
487487
$file = $todo->current();
488488

489489
if ($file->ignored === true) {
490+
$todo->next();
490491
continue;
491492
}
492493

0 commit comments

Comments
 (0)