mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#11624)
This commit is contained in:
parent
af58cd6436
commit
525a1e67a5
|
@ -1 +1 @@
|
|||
a4d8fca9c49019744a1246508c3919e7268bd286
|
||||
58642a0eca78d3e0de1c16611566f931f7009cda
|
||||
|
|
|
@ -245,10 +245,13 @@ issues:
|
|||
- errcheck
|
||||
- maligned
|
||||
|
||||
# TODO(https://github.com/dominikh/go-tools/issues/732) remove this once we update
|
||||
# We need to use the deprecated module since the jsonpb replacement is not backwards compatible.
|
||||
- linters:
|
||||
- staticcheck
|
||||
text: "SA1019: package github.com/golang/protobuf"
|
||||
text: "SA1019: package github.com/golang/protobuf/jsonpb"
|
||||
- linters:
|
||||
- staticcheck
|
||||
text: 'SA1019: "github.com/golang/protobuf/jsonpb"'
|
||||
|
||||
# Independently from option `exclude` we use default exclude patterns,
|
||||
# it can be disabled by this option. To list all
|
||||
|
|
Loading…
Reference in New Issue