-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rearranges use statements even if file not touched #22
Comments
@matthbull Thanks for the feedback. This is caused by 180d267, I added it to fix #13. Until it's fixed you have 2 possible workarounds:
or
|
Isn't it possible to check, if anything else is to fix, before running the |
Yes, but that would require quite some changes. |
+1, this is actually annoying. No way to make this configurable at runtime? |
Done, I sent such a PR :) |
its not a major thing, but it messes with VCS tracking quite a bit.
On files where no changes are made, the tool (which is excellent btw) changes the order of the use statements at the top of the file. This makes it look like you've touched the file from a VCS point of view which aggravates touchy tech-leads.
The text was updated successfully, but these errors were encountered: