sets([LevelSetList::UP_TO_PHP_81, SetList::CODE_QUALITY, SetList::DEAD_CODE, SetList::NAMING, \Rector\PHPUnit\Set\PHPUnitSetList::PHPUNIT_100]); $rectorConfig->importNames(); $rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests']); $rectorConfig->skip([StringClassNameToClassConstantRector::class => [__DIR__ . '/config']]); $rectorConfig->ruleWithConfiguration(StringClassNameToClassConstantRector::class, ['PhpParser\\PhpVersion', 'PhpParser\\ParserFactory']); $rectorConfig->parallel(); };