Is there a way to turn off automated refactoring? #9100
-
I'm in the process of upgrading a Laravel application from version 8 to version 12 and my PHP version from 7.4 to 8.4. However, I want to disable automated refactoring to avoid too many changes. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Apr 7, 2025
Replies: 1 comment
-
You can add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samsonasik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add
--dry-run
to only see proposed changes - https://getrector.com/documentation#content-first-run