Skip to content

Commit

Permalink
Automator: update common-files@master in istio/bots@master (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing committed Jun 1, 2024
1 parent 6d657c4 commit d33da48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a0434b881d7810fada661975a26b5d0ee61d688d
15e31cf7d53ff4c65a6e8926a1fd74b9125cb8f3
18 changes: 10 additions & 8 deletions common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,19 +234,21 @@ issues:
- path: _test\.go$
text: "dot-imports: should not use dot imports"
# We need to use the deprecated module since the jsonpb replacement is not backwards compatible.
- linters:
- staticcheck
- linters: [staticcheck]
text: "SA1019: package github.com/golang/protobuf/jsonpb"
- linters:
- staticcheck
- 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
- linters: [staticcheck]
text: 'SA1019: grpc.Dial is deprecated: use NewClient instead'
- linters:
- staticcheck
- linters: [staticcheck]
text: 'SA1019: grpc.DialContext is deprecated: use NewClient instead'
- linters: [staticcheck]
text: "SA1019: grpc.WithBlock is deprecated"
- linters: [staticcheck]
text: "SA1019: grpc.FailOnNonTempDialError"
- linters: [staticcheck]
text: "SA1019: grpc.WithReturnConnectionError"
# 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 d33da48

Please sign in to comment.