This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch feat/directNotify
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/feat/directNotify by this push:
     new dd7d5d8  fix pb golint error
dd7d5d8 is described below

commit dd7d5d8841c98293cc44d0f000dd59606102d39b
Author: AlexStocks <[email protected]>
AuthorDate: Sun Jan 17 18:16:11 2021 +0800

    fix pb golint error
---
 .golangci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.golangci.yml b/.golangci.yml
index 6f214f4..7fbc7da 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -52,7 +52,7 @@ issues:
         - gosec
     - linters:
         - staticcheck
-      text: "SA1019:"
+        text: "SA1019: package github.com/golang/protobuf"
 
 # golangci.com configuration
 # https://github.com/golangci/golangci/wiki/Configuration

Reply via email to