Disable ECS somehow? #8514
-
I would like to only commit the changes the code needs for going from one version of PHP to another. Fixing the style will be the done in the future. Is there a way to prevent Rector from doing this? I installed ECS too and added the config file with no directories configured and skipping the whole path, but it still does it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, The best practice is to setup ECS first, apply sets on the whole codebase. Only then we add Rector. |
Beta Was this translation helpful? Give feedback.
Hi,
Rector and ECS are 2 seprated tools with separated responsibility. They have their own printer.
The best practice is to setup ECS first, apply sets on the whole codebase. Only then we add Rector.