remove old SA1019 lint:ignore (#574)

This commit is contained in:
Scott Blum
2026-07-27 15:38:17 -04:00
committed by GitHub
parent 6be36ba632
commit 5f2d0c2dfc
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"strings"
"time"
"github.com/jhump/protoreflect/desc" //lint:ignore SA1019 required to use APIs in other grpcurl package
"github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/grpcreflect"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"