-
Hello I had to use the program My question is: why? this linter seems to support the fix option. Perhaps the interface with golangci-lint need some adaptation? I'd like to avoid use multiple tools, since golangci-lint can centralize all code needed |
Beta Was this translation helpful? Give feedback.
Answered by
Antonboom
Apr 18, 2024
Replies: 1 comment
-
Hi! Because golangci-lint uses their own fixing approach, some linters supports it but some not. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Antonboom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Because golangci-lint uses their own fixing approach, some linters supports it but some not.
We are awaiting of golangci/golangci-lint#1779