-
Notifications
You must be signed in to change notification settings - Fork 690
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
Enable gofumpt linter #6093
Enable gofumpt linter #6093
Conversation
A stricter form of gofmt, added rules can be found here: https://github.com/mvdan/gofumpt?tab=readme-ov-file#added-rules Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
979ce75
to
bb29b1b
Compare
can run |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6093 +/- ##
==========================================
+ Coverage 78.81% 78.85% +0.03%
==========================================
Files 138 138
Lines 19778 19731 -47
==========================================
- Hits 15589 15558 -31
+ Misses 3886 3870 -16
Partials 303 303
|
The changes all look reasonable to me. It'd be nice to add a |
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
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.
👍
A stricter form of gofmt, added rules can be found here: https://github.com/mvdan/gofumpt?tab=readme-ov-file#added-rules