Skip to content

Commit 6432445

Browse files
Automator: update common-files@master in istio/api@master (#3149)
1 parent 513f6c1 commit 6432445

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
802576be96707b5e188b57d74ce9ed5c57dd1044
1+
4a3f8a746a01511edc343386516b08ac84d0a454

common/config/.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@ issues:
240240
- linters:
241241
- staticcheck
242242
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'
243250
# Independently from option `exclude` we use default exclude patterns,
244251
# it can be disabled by this option. To list all
245252
# excluded by default patterns execute `golangci-lint run --help`.

0 commit comments

Comments
 (0)