Using a config outside of the project being analysed #649
Unanswered
geoff-maddock
asked this question in
Q&A
Replies: 1 comment
-
There's no easy way for this currently. Have a look at golangci/golangci-lint#2136 and golangci/golangci-lint#1452 which are some of the discussions on this topic. Here's a workaround until a potential native support exist. |
Beta Was this translation helpful? Give feedback.
0 replies
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'm looking to add this linter workflow to a number of go projects.
I'd rather not have to add the same config to each project, but instead manage the config from one place.
I have my workflow yaml in a separate repo where it's called by the workflow for each project - is there a way for me to pass in a config file that exists in the context of the golangci-linter action?
Beta Was this translation helpful? Give feedback.
All reactions