-
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
Simplify and deprecate commonerrors.WriteErrors
#3258
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3258 +/- ##
=======================================
Coverage 75.17% 75.18%
=======================================
Files 400 399 -1
Lines 22386 22378 -8
=======================================
- Hits 16829 16824 -5
+ Misses 4580 4575 -5
- Partials 977 979 +2
... and 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
commonerrors.WriteErrors
commonerrors.WriteErrors
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.
There is a linter warning for deprecated function
Unfortunately, we can't fix it in this PR because of the way we use that linter and two separate configurations for golangci-lint. That code is considered new (it does not exist in the That will not be a problem once this PR is merged. |
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.
Looks good to me 🚀
Description
Closes #2750.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.