[
https://issues.apache.org/jira/browse/THRIFT-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077920#comment-18077920
]
Yuxuan Wang commented on THRIFT-5969:
-------------------------------------
Overall I never found golangci-lint worth the trouble. There is a lot of
bikeshedding in its default config, and too many options that people will argue
about.
If we want to introduce a third party linter, staticcheck is a much better
option. But even that is probably not worth it to actually introduce third
party linters to the CI process.
We currently run go vet in CI, which already cover most of the important things
we want to lint on.
> Introduce golangci-lint for Go library
> --------------------------------------
>
> Key: THRIFT-5969
> URL: https://issues.apache.org/jira/browse/THRIFT-5969
> Project: Thrift
> Issue Type: Task
> Components: Go - Library
> Reporter: Dmytro Shteflyuk
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)