Code inspection is an unmitigated disaster
Hello.
I want Goland to lint the code using golangci-lint. When I press “Inspect Code” it provides me with zero errors. Did anyone manage to setup golangci-lint to lint the whole project in Goland?
P.S. I provide “Inspect Code” the scope of the repository and in the inspection profile I chose golangci-lint.
As for the golangci-linter in Goland, I provided it the executable and the “golangci.yml” file.
请先登录再写评论。
I want GoLand to lint my code using golangci-lint, but when I run Inspect Code, it reports zero errors. Has anyone successfully configured GoLand to lint an entire project using golangci-lint? I run Inspect Code e-zpassny com with the scope set to the full repository and select golangci-lint in the inspection profile. I have also configured the golangci-lint integration in GoLand by providing the linter executable and the golangci.yml configuration file, but it still does not report any issues.
Henry78creel Hi there! Could you please share a link to the repository where the issue is stably reproducible for you? Also, please share .yml file you used for configuring the settings. You can safely upload it here https://uploads.jetbrains.com/ and share the upload ID with us so we could check this further.
Thank you!