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

This commit is contained in:
Istio Automation 2023-07-24 08:56:36 -07:00 committed by GitHub
parent e9b52c1e2c
commit 0cbfeae063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
fb9f6b89b37e2b141640d92765b70ee316394bed
647ae898a85f67657165d1cd37ccb325cb6c775f

View File

@ -55,7 +55,7 @@ linters:
fast: false
linters-settings:
errcheck:
# report about not checking of errors in type assetions: `a := b.(MyStruct)`;
# report about not checking of errors in type assertions: `a := b.(MyStruct)`;
# default is false: such cases aren't reported by default.
check-type-assertions: false
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;