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

Fix 111: Package comments are now split correctly from the rest of the comments #112

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

dlsniper
Copy link
Contributor

This allows package comments to be generated following the rules here: https://staticcheck.io/docs/checks#ST1000

Before:

//	mockgen -destination demo/mock.go -package demo . Demoer
//
// Package demo is a generated GoMock package.
package demo

After:

//	mockgen -destination demo/mock.go -package demo . Demoer
//

// Package demo is a generated GoMock package.
package demo

@JacobOaks JacobOaks merged commit b233940 into uber-go:main Oct 17, 2023
3 checks passed
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.

None yet

2 participants