Skip to content

Commit 73e4675

Browse files
committed
Merge branch 'skip-on-ignore' of https://github.com/emil-nasso/PHP_CodeSniffer
2 parents ba54cb5 + 51b5df9 commit 73e4675

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)