Is configuration for custom linters (plugins) possible via .golangci.yaml? #2116
Unanswered
george-e-shaw-iv
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I think this ultimately comes down to, is there a way to read config as a |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've written a few custom linters and they're in the correct format, ready to be turned into a plugin and consumed by golangci-lint. My question is whether or not it's possible to pass flags to these custom linters via the
.golangci.yaml
file, similar to the way you'd configureerrcheck
, or any of the other built-in linters. I really need the ability to do this :/Beta Was this translation helpful? Give feedback.
All reactions