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 eb8dd91
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions vet.sh
Expand Up @@ -158,9 +158,19 @@ 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
github.com/golang/protobuf/jsonpb is deprecated
proto 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.RegisteredExtensions is deprecated
proto.Unmarshaler is deprecated' "${SC_OUT}"

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

0 comments on commit eb8dd91

Please sign in to comment.