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

nollint rule should be written without leading space as //nolint conflicts with gofmt #3

Closed
ldemailly opened this issue Aug 18, 2022 · 1 comment

Comments

@ldemailly
Copy link

VSCode and the gofmt linters force the comments to be

// nolint:...

(one space) and nolintlint wants no space

gofmt probably should win

@ldemailly
Copy link
Author

nvm see golangci/golangci-lint#3109 (comment) for a fix

(though it's still a bit inconsistent about spaces after : - golangci/golangci-lint#3109 (comment) )

but closing this

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

No branches or pull requests

1 participant