Skip to content

Commit

Permalink
vet: ignore proto deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettGutierrez1 committed Nov 6, 2020
1 parent 0afe9d2 commit 6396e4b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion vet.sh
Expand Up @@ -165,7 +165,26 @@ grpc.WithTimeout
http.CloseNotifier
info.SecurityVersion
resolver.Backend
resolver.GRPCLB' "${SC_OUT}"
resolver.GRPCLB
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 6396e4b

Please sign in to comment.