You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/16 08:16:04 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #21: Add golangci-lint for formatting code

wolfstudy opened a new pull request #21: Add golangci-lint for formatting code
URL: https://github.com/apache/pulsar-client-go/pull/21
 
 
   Signed-off-by: xiaolong.ran <ra...@gmail.com>
   
   ### Motivation
   
   Add `golangci-lint` for formatting code. We can add this check to `ci` to ensure the quality of the code submission. We can also check our own code format by executing `golangci-lint run` locally before submitting pull request.
   
   Before running, make sure you have `golangci-lint` installed locally.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services