Skip to content

Commit

Permalink
Automator: update common-files@master in istio/api@master (#3149)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Apr 4, 2024
1 parent 513f6c1 commit 6432445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
802576be96707b5e188b57d74ce9ed5c57dd1044
4a3f8a746a01511edc343386516b08ac84d0a454
7 changes: 7 additions & 0 deletions common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ issues:
- linters:
- staticcheck
text: 'SA1019: "github.com/golang/protobuf/jsonpb"'
# This is not helpful. The new function is not very usable and the current function will not be removed
- linters:
- staticcheck
text: 'SA1019: grpc.Dial is deprecated: use NewClient instead'
- linters:
- staticcheck
text: 'SA1019: grpc.DialContext is deprecated: use NewClient instead'
# Independently from option `exclude` we use default exclude patterns,
# it can be disabled by this option. To list all
# excluded by default patterns execute `golangci-lint run --help`.
Expand Down

0 comments on commit 6432445

Please sign in to comment.