File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- 802576be96707b5e188b57d74ce9ed5c57dd1044
1
+ 4a3f8a746a01511edc343386516b08ac84d0a454
Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ issues:
240
240
- linters :
241
241
- staticcheck
242
242
text : ' SA1019: "github.com/golang/protobuf/jsonpb"'
243
+ # This is not helpful. The new function is not very usable and the current function will not be removed
244
+ - linters :
245
+ - staticcheck
246
+ text : ' SA1019: grpc.Dial is deprecated: use NewClient instead'
247
+ - linters :
248
+ - staticcheck
249
+ text : ' SA1019: grpc.DialContext is deprecated: use NewClient instead'
243
250
# Independently from option `exclude` we use default exclude patterns,
244
251
# it can be disabled by this option. To list all
245
252
# excluded by default patterns execute `golangci-lint run --help`.
You can’t perform that action at this time.
0 commit comments