Evgeniy Ivlev
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Evgeniy Ivlev 创建了一个帖子, 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 ... -
-
-
Evgeniy Ivlev 创建了一个帖子, 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... -
-
Evgeniy Ivlev 创建了一个帖子, "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... -
Evgeniy Ivlev 创建了一个帖子, 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?...