rector/vendor/symplify/easy-parallel/rector.php
Tomas Votruba e79510ae2b Updated Rector to commit 0d55791128825909273d0cdd9743470236748d75
0d55791128 Fix downgrade build: exclude vendor/symplify/easy-parallel/ecs.php on parallel lint (#5584)
2024-02-08 04:24:11 +00:00

8 lines
364 B
PHP

<?php
declare (strict_types=1);
namespace RectorPrefix202402;
use Rector\Config\RectorConfig;
return RectorConfig::configure()->withPreparedSets(\true, \true, \true, \false, \true, \true, \false, \true)->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])->withImportNames(\true, \true, \true, \true)->withPhpSets()->withSkip(['*/Source/*']);