Automator: update common-files@master in istio/istio.io@master (#13333)

This commit is contained in:
Istio Automation 2023-06-08 19:13:05 -07:00 committed by GitHub
parent d6e2bab5b8
commit a7334d7917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
712d90bfea632fc23e4eebd9b9d73e45c6bfdbc4
54c78d0f6cfce8325aba2ebd4dd3939374425519

View File

@ -231,7 +231,6 @@ linters-settings:
# - unnamedResult
# - wrapperFunc
depguard:
# configuration for depguard v2
rules:
DenyGogoProtobuf:
files:
@ -239,9 +238,6 @@ linters-settings:
deny:
- pkg: github.com/gogo/protobuf
desc: "gogo/protobuf is deprecated, use golang/protobuf"
# configuration for depguard
packages-with-error-message:
- github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf"
gosec:
includes:
- G401