Skip to content
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

Replaced importOrder array argument by varargs. Fixes #125. #126

Merged
merged 2 commits into from
Jul 28, 2017

Conversation

fvgh
Copy link
Member

@fvgh fvgh commented Jul 26, 2017

No description provided.

@nedtwigg
Copy link
Member

LGTM. Seems like it's not worth turning the release crank for just this change, but it'll get bundled with the next one.

Copy link
Member

@jbduncan jbduncan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from one minor thing, I agree with @nedtwigg that this looks very good. Please see my comment below.

@@ -2,6 +2,8 @@

### Version 3.5.0-SNAPSHOT - TBD ([javadoc](https://diffplug.github.io/spotless/javadoc/snapshot/), [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/spotless/spotless-plugin-gradle/))

* Changed importOrder interface from array to varargs ([#125](https://github.com/diffplug/spotless/issues/125))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would look a little nicer if "importOrder" was wrapped in backticks (`), like "`importOrder`", which would make it render as importOrder, better highlighting that it's code-related.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nedtwigg nedtwigg merged commit 0b5fe2d into master Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants