Skip to content

Commit 7c2c818

Browse files
committed
[TASK] Remove ext_emconf.php from Rector paths
Exclude `ext_emconf.php` from Rector's analyzed paths to align with its deprecation and removal in favor of `composer.json`.
1 parent caf014b commit 7c2c818

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Build/rector/rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
__DIR__ . '/../../Classes',
2626
__DIR__ . '/../../Configuration',
2727
__DIR__ . '/../../Tests',
28-
__DIR__ . '/../../ext_emconf.php',
2928
])
3029
->withPreparedSets(
3130
deadCode: true,

0 commit comments

Comments
 (0)