-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix issues reported by go vet
#2952
Conversation
go vet
go vet
(WIP)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2952 +/- ##
=======================================
Coverage 61.10% 61.10%
=======================================
Files 564 564
Lines 75359 75355 -4
=======================================
- Hits 46045 46043 -2
+ Misses 25950 25947 -3
- Partials 3364 3365 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
go vet
(WIP)go vet
Can you also add the |
I will be happy to add |
Ok. I see that there is already some comments |
Passing
go vet
is the minimum level of code quality for a go project. This is addressed here for the full mono-repo. Mainly trivial changes, except for a fewcopy lock
issues which could be more meaningful (kept for a separate pull request).Addresses #2954 (but not sufficient to close it yet).
Hint for reviewers: it's easier to review each commit individually.
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description