Skip to content

Commit 4ea9771

Browse files
authored
[BUGFIX] Do not process Build/ with Rector (#1586)
There is no meaningful code in `Build/` for Rector to process. Also, Rector changing its own configuration may lead to strang Inception-like effects.
1 parent e0100f7 commit 4ea9771

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Build/rector/config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
return RectorConfig::configure()
1111
->withPaths(
1212
[
13-
__DIR__ . '/../../Build',
1413
__DIR__ . '/../../bin',
1514
__DIR__ . '/../../src',
1615
__DIR__ . '/../../tests',

0 commit comments

Comments
 (0)