We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a685d6a commit 57fa7fdCopy full SHA for 57fa7fd
common/.commonfiles.sha
@@ -1 +1 @@
1
-fb9f6b89b37e2b141640d92765b70ee316394bed
+647ae898a85f67657165d1cd37ccb325cb6c775f
common/config/.golangci.yml
@@ -55,7 +55,7 @@ linters:
55
fast: false
56
linters-settings:
57
errcheck:
58
- # report about not checking of errors in type assetions: `a := b.(MyStruct)`;
+ # report about not checking of errors in type assertions: `a := b.(MyStruct)`;
59
# default is false: such cases aren't reported by default.
60
check-type-assertions: false
61
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
0 commit comments