Skip to content

Commit

Permalink
remove skipped path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Mar 19, 2024
1 parent 2b4ea90 commit 6fb166c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

return RectorConfig::configure()
->withPaths(['src', 'tests'])
->withSkipPath('tests/Acceptance/_support/_generated')
->withPhpSets(php81: true)
->withPreparedSets(deadCode: true, codingStyle: true, typeDeclarations: true)
->withSkip([
Expand Down

0 comments on commit 6fb166c

Please sign in to comment.