-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
VS Code can't find .golangci.yml #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! |
.golangci.yml
hello |
I am seeing similar behavior. This seems to be an issue when VSCode runs Not sure what the right solution here is though 😕 |
I found the solution in #582
|
Since we have a solution I am closing this issue. Feel free to comment if more things need to be made clear. |
my 5 cents here: it appeared that the
|
today @evermile-mitko is not working so I changed it to @michaelshobbs solution !? |
I was getting the impression that VSCode couldn't find the config file, and it turned out that it's because I had some |
Hello
I am running golangci-lint from the golang extention, latest vscode version and latest golang extention.
the problem is that I have excluded some test in the .golangci.yml file, however when vscode runs golangci-lint, the errors are shown.
How can I tell vscode to also use the .golangci.yml file I have in the workspace directory ?
.golangci.yml file :
The text was updated successfully, but these errors were encountered: