-
Notifications
You must be signed in to change notification settings - Fork 26
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
Equivalent of --mode diff now that parameters have been removed? #48
Comments
There isn't an equivalent at the minute I'm afraid. We're using Scalafmt-dynamic to pull down the requested version and are limited to the features supported by the Scalafmt interface. I'd have to re-implement this feature within the plugin. |
Can you try v1.0.3 and let me know if this works for you. |
Testing it out now, thanks for the update |
Judging by the comments on SPARK-30570, I'm assuming this is now resolved. Closing this issue. |
662b07b removed "parameters" as a configuration element.
I was using parameters to pass --mode diff, what is the equivalent now if I only want to format files that are modified compared to master?
For context, see e.g. https://github.com/apache/spark/pull/26655/files
The text was updated successfully, but these errors were encountered: