You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your feature request related to a problem? Please describe.
I'm using govet for fieldalignment (maligned was deprecated).
Here I found out there is a tool to auto-fix those lines:
There is a tool to detect and fix this.
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
fieldalignment -fix <package_path>
Describe the solution you'd like.
Can we add that auto tool in golangci-lint, plase?
Describe alternatives you've considered.
Manually loose time.
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Your feature request related to a problem? Please describe.
I'm using
govet
forfieldalignment
(maligned
was deprecated).Here I found out there is a tool to auto-fix those lines:
Describe the solution you'd like.
Can we add that auto tool in golangci-lint, plase?
Describe alternatives you've considered.
Manually loose time.
Additional context.
No response
The text was updated successfully, but these errors were encountered: