Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not skip NameImportingPostRector for some files anymore
Browse files Browse the repository at this point in the history
oliverklee committed May 7, 2024
1 parent 7281677 commit 7742a48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rector.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@

use Rector\Config\RectorConfig;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\PostRector\Rector\NameImportingPostRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
use Rector\ValueObject\PhpVersion;
@@ -85,11 +84,4 @@
// @see https://github.com/sabbelasichon/typo3-rector/issues/2536
__DIR__ . '/.github/*',
__DIR__ . '/.Build/*',
NameImportingPostRector::class => [
'ext_localconf.php',
'ext_tables.php',
'ClassAliasMap.php',
__DIR__ . '/Configuration/*.php',
__DIR__ . '/Configuration/**/*.php',
],
]);

0 comments on commit 7742a48

Please sign in to comment.