|
I am adding a linter with the module plugin system. Is there a way to tell golangci-lint that a linter is a slow-linter and has auto-fix? |
Answered by
ldez
Apr 10, 2026
Replies: 1 comment
|
You don't need to do something specific, golangci-lint detects the speed automatically, and auto-fix flags is only for the doc. |
0 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to do something specific, golangci-lint detects the speed automatically, and auto-fix flags is only for the doc.