Skip to content

Commit e4927dc

Browse files
committed
Use rector for test files only
1 parent e4805aa commit e4927dc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

rector.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
return static function (RectorConfig $rectorConfig): void {
1111
$rectorConfig->paths([
1212
__DIR__ . '/test',
13-
__DIR__ . '/src',
1413
]);
1514

16-
17-
// define sets of rules
18-
$rectorConfig->sets([LevelSetList::UP_TO_PHP_81, PHPUnitSetList::PHPUNIT_100,]);
15+
$rectorConfig->sets([PHPUnitSetList::PHPUNIT_100,]);
1916
};

0 commit comments

Comments
 (0)