wolfstudy commented on a change in pull request #138: Enable golangci lint for project URL: https://github.com/apache/pulsar-client-go/pull/138#discussion_r360747623
########## File path: run-ci.sh ########## @@ -29,6 +29,10 @@ go mod download go build ./pulsar go build -o pulsar-perf ./perf +# Project code style check +wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.18.0 Review comment: Good idea @merlimat, has been fixed, please take a look again, thanks. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
