Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 27, 2024
1 parent e5958c8 commit 8189fdf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

return RectorConfig::configure()
->withPhpSets()
->withRootFiles()
->withPreparedSets(
codeQuality: true,
deadCode: true,
Expand All @@ -20,16 +21,8 @@
__DIR__ . '/src',
__DIR__ . '/tests',
])
->withRootFiles()
->withImportNames(removeUnusedImports: true)
->withSkip([
'*/Source/*',
'*/Fixture/*',
]);

//
// $rectorConfig->ruleWithConfiguration(\Rector\Php55\Rector\String_\StringClassNameToClassConstantRector::class, [
// 'Symfony\Component\Console\*',
// 'Rector\Contract\Rector\ConfigurableRectorInterface',
// ]);
//};

0 comments on commit 8189fdf

Please sign in to comment.