-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: apply gofumpt in test packages #8612
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Matthieu MOREL <[email protected]>
/kind changelog-not-required |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8612 +/- ##
==========================================
+ Coverage 59.16% 59.32% +0.15%
==========================================
Files 370 370
Lines 39777 39887 +110
==========================================
+ Hits 23535 23663 +128
+ Misses 14745 14728 -17
+ Partials 1497 1496 -1 ☔ View full report in Codecov by Sentry. |
rerunning changelog check. |
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.
Thanks for the PR!
I think we've been using gofmt which is official.
Do we wanna use gofumpt which is a fork of gofmt?
I'm tentatively blocking the merge of the PR until the maintainers reach the agreement.
Thank you for contributing to Velero!
Please add a summary of your change
chore: apply gofumpt in test packages
Activation in golangci-lint config will happen in a later PR
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.