Evgeniy Ivlev
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Goland is unable to properly apply simple golangci-lint file
Hello. The "Problems" panel shows no linting errors while running golangci-lint run --max-issues-per-linter 100000 ./... on the command line does return linting errors. Here is what linters Goland ... -
Created How to properly integrate golangci-lint into Goland
Hello.I can't integrate golangci-lint into Goland. When I go into the “Problems” tab I get some errors but they differ from what I see in golangci-lint on the terminal.I have “warning from golangci... -
Created "Problems" feature simply ignoring the linters I'm providing it
Hello.Did anyone manage to setup the “Problems” features in Intellij to use the linter you're providing it?It's giving me errors that golangci-lint is not reporting and it's not providing me errors... -
Created 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?...