-
Notifications
You must be signed in to change notification settings - Fork 410
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
Reformat code after updating golangci linter #4099
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4099 +/- ##
==========================================
- Coverage 75.85% 74.74% -1.11%
==========================================
Files 347 347
Lines 22195 22194 -1
==========================================
- Hits 16836 16589 -247
- Misses 4031 4319 +288
+ Partials 1328 1286 -42
... and 11 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you can see, the linter does not complain on CI: https://github.com/FerretDB/FerretDB/actions/runs/7966637338/job/21748215090
That's because origin/main
is up-to-date there. If you see linter errors in this file locally, that's because your branches are not in sync. Please understand how new-from-rev
option works.
This code is being rewritten in my branch anyway.
Description
Fix everything the linter complains about.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.