Skip to content

Commit

Permalink
Continue to the next file when an ignored file is found when running …
Browse files Browse the repository at this point in the history
…checks in parallel.

This fixes #3317.
  • Loading branch information
Emil Andersson authored and gsherwood committed Apr 23, 2021
1 parent 2e5e295 commit c2e3ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Runner.php
Expand Up @@ -483,6 +483,7 @@ private function run()
$file = $todo->current();

if ($file->ignored === true) {
$todo->next();
continue;
}

Expand Down

0 comments on commit c2e3ba3

Please sign in to comment.