-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[chore]: enable gofumpt linter for processor #36347
Conversation
c07b8e8
to
071a128
Compare
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.
Will there be any way to autofix format to make it gofumpt compliant after this PR is merged?
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
071a128
to
fe0e99f
Compare
Like I did with Whitespace linter, it is applied through several PR across the whole project. Then the linter is globally enabled in the golangci config.Then can be auto fixed through IDE configuration or Make rules |
#### Description [gofumpt](https://golangci-lint.run/usage/linters/#gofumpt) enforces a stricter format than gofmt Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Description
gofumpt enforces a stricter format than gofmt
Part of #36363