intellij-plugin-golangci-lint
intellij-plugin-golangci-lint copied to clipboard
Not able to select config file
I want to change the config file for golangci-lint. But currently there is no option to change the config file path. It is automatically detecting the path.

Hi @Roshan-Mehta1 , could you explain more about the use case? Cause mostly people would want to use the .golangci.yml under the project root, to be aligned with the CI system. If you are not using a CI system, then you are free to change your own .golangci.yml to staisfy your need.
@xxpxxxxp in my case, I have a .golangci.yml at $HOME, which is my default