Duncan-tree-zhou commented on code in PR #66:
URL: https://github.com/apache/skywalking-swck/pull/66#discussion_r939641685
##########
golangci.yml:
##########
@@ -18,10 +18,9 @@ linters:
- deadcode
- errcheck
- goconst
- - golint
+ - revive
Review Comment:
there are two `deprecated` warnings for plugin `golint` and `maligned`, and
it suggested to use `revive` instead of `golint` and use `maligned` instead of
`maligned`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]