-
Notifications
You must be signed in to change notification settings - Fork 464
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
Add support for gofmt
#2001
Add support for gofmt
#2001
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great PR! Can you add Maven support as well?
Thanks for the suggestion! Added in the last commit. |
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/GoGradleTest.java
Outdated
Show resolved
Hide resolved
# Conflicts: # CHANGES.md # plugin-maven/CHANGES.md # plugin-maven/src/main/java/com/diffplug/spotless/maven/AbstractSpotlessMojo.java
CHANGES.md
Outdated
@@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( | |||
## [Unreleased] | |||
### Added | |||
* Maven - Support for formatting shell scripts via [shfmt](https://github.com/mvdan/sh). ([#1998](https://github.com/diffplug/spotless/pull/1998)) | |||
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/issues/2001)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/issues/2001)) | |
* Support for `gofmt` ([#2001](https://github.com/diffplug/spotless/pull/2001)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just forgot to rename this to pull
.
* Copyright 2016-2023 DiffPlug | ||
* Copyright 2016-2024 DiffPlug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary change for now.
Thanks for a great PR! |
Shipped in |
Closes #861