Skip to content

Commit

Permalink
Update vet.sh from grpc#3932.
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Oct 8, 2020
1 parent 939edc2 commit 80c427e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions vet.sh
Expand Up @@ -158,9 +158,25 @@ http.CloseNotifier
info.SecurityVersion
resolver.Backend
resolver.GRPCLB
Package github.com/golang/protobuf/proto is deprecated
Package github.com/golang/protobuf/jsonpb is deprecated
' "${SC_OUT}"
extDesc.Filename is deprecated
BuildVersion is deprecated
github.com/golang/protobuf/jsonpb is deprecated
proto is deprecated
xxx_messageInfo_
proto.InternalMessageInfo is deprecated
proto.EnumName is deprecated
proto.ErrInternalBadWireType is deprecated
proto.FileDescriptor is deprecated
proto.Marshaler is deprecated
proto.MessageType is deprecated
proto.RegisterEnum is deprecated
proto.RegisterFile is deprecated
proto.RegisterType is deprecated
proto.RegisterExtension is deprecated
proto.RegisteredExtension is deprecated
proto.RegisteredExtensions is deprecated
proto.RegisterMapType is deprecated
proto.Unmarshaler is deprecated' "${SC_OUT}"

# - special golint on package comments.
lint_package_comment_per_package() {
Expand Down

0 comments on commit 80c427e

Please sign in to comment.