You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/01/17 10:16:32 UTC

[dubbo-go] branch feat/directNotify updated: fix pb golint error

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 <al...@foxmail.com>
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