Skip to content

Commit a8079db

Browse files
committed
ci(rector): Add composer-updater path to configuration
- Add the path for composer-updater to the rector configuration. - This change allows rector to recognize the composer-updater directory during processing. - Enhances the overall functionality by including necessary paths for analysis.
1 parent 773a6d6 commit a8079db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
__DIR__.'/tests',
8181
__DIR__.'/.*.php',
8282
__DIR__.'/*.php',
83-
__DIR__.'/composer-updater',
83+
// __DIR__.'/composer-updater',
8484
]);
8585

8686
$rectorConfig->skip([

0 commit comments

Comments
 (0)