Skip to content

Commit 57fa7fd

Browse files
Automator: update common-files@master in istio/api@master (#2867)
1 parent a685d6a commit 57fa7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fb9f6b89b37e2b141640d92765b70ee316394bed
1+
647ae898a85f67657165d1cd37ccb325cb6c775f

common/config/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ linters:
5555
fast: false
5656
linters-settings:
5757
errcheck:
58-
# report about not checking of errors in type assetions: `a := b.(MyStruct)`;
58+
# report about not checking of errors in type assertions: `a := b.(MyStruct)`;
5959
# default is false: such cases aren't reported by default.
6060
check-type-assertions: false
6161
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;

0 commit comments

Comments
 (0)