Is there some option similar to removed APPLY_AUTO_IMPORT_NAMES_ON_CHANGED_FILES_ONLY? #8229
-
Hi, we wrote some new rules for our app and had to update rector. We found out that Is there some other way how to not change imports in files other rules didn't touch? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Sep 25, 2023
Replies: 1 comment 1 reply
-
Hi, we removed this option because it changed files in rather unexpected way. There is no replacement. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
markoph
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, we removed this option because it changed files in rather unexpected way. There is no replacement.
Instead it's better to apply coding standard first - import all FQN names, and only then apply next rules.