Skip to content

Commit c2e3ba3

Browse files
Emil Anderssongsherwood
authored andcommitted
Continue to the next file when an ignored file is found when running checks in parallel.
This fixes #3317.
1 parent 2e5e295 commit c2e3ba3

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
@@ -483,6 +483,7 @@ private function run()
483483
$file = $todo->current();
484484

485485
if ($file->ignored === true) {
486+
$todo->next();
486487
continue;
487488
}
488489

0 commit comments

Comments
 (0)