-
Notifications
You must be signed in to change notification settings - Fork 5
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
Generated embed.go is not gofmt'd #120
Comments
It's currently affecting main (all versions). Confirmed. |
cmars
added a commit
to cmars/vervet
that referenced
this issue
Jan 14, 2022
This adds a godoc comment to the generated embed.go which embeds the compiled OpenAPI specs for compilation into a Go service. Added a test to assert that the godoc comment does not interfere with the //go:embed magic comments. Fixes snyk#120.
cmars
added a commit
to cmars/vervet
that referenced
this issue
Jan 14, 2022
This fixes gofmt and adds a godoc comment to the generated embed.go which embeds the compiled OpenAPI specs for compilation into a Go service. Added a test to assert that the godoc comment does not interfere with the //go:embed magic comments. Added golangci-lint to the versionware examples and cleaned a few things up. Fixes snyk#120.
cmars
added a commit
to cmars/vervet
that referenced
this issue
Jan 14, 2022
This fixes gofmt and adds a godoc comment to the generated embed.go which embeds the compiled OpenAPI specs for compilation into a Go service. Added a test to assert that the godoc comment does not interfere with the //go:embed magic comments. Added golangci-lint to the versionware examples and cleaned a few things up. Fixes snyk#120.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checkstyle error shows:
Need to check whether this is still affecting 3.x
The text was updated successfully, but these errors were encountered: