-
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
Bump golangci-lint from v1.57.2 to v1.63.4 #8641
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8641 +/- ##
==========================================
- Coverage 59.39% 59.39% -0.01%
==========================================
Files 370 370
Lines 39989 39990 +1
==========================================
Hits 23752 23752
- Misses 14745 14746 +1
Partials 1492 1492 ☔ View full report in Codecov by Sentry. |
825ba71
to
d04d8be
Compare
d04d8be
to
de44870
Compare
/kind changelog-not-required |
312427f
to
7100c04
Compare
if test.dd.Namespace == velerov1api.DefaultNamespace { | ||
if controllerutil.ContainsFinalizer(test.dd, DataUploadDownloadFinalizer) { | ||
assert.True(t, true, apierrors.IsNotFound(err)) | ||
assert.True(t, true, apierrors.IsNotFound(err)) //nolint:testifylint // TODO: Needs to be fixed | ||
} else { | ||
require.NoError(t, err) | ||
} | ||
} else { | ||
assert.True(t, true, apierrors.IsNotFound(err)) | ||
assert.True(t, true, apierrors.IsNotFound(err)) //nolint:testifylint // TODO: Needs to be fixed | ||
} |
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.
@reasonerjt , @blackpiglet ,
This deserves your attention. I believe it deserves a dedicated PR outside this one.
Signed-off-by: Matthieu MOREL <[email protected]>
7100c04
to
4ab969b
Compare
Thank you for contributing to Velero!
Please add a summary of your change
Bump golangci-lint from v1.57.2 to v1.63.4 and fixes newly identified issues
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
.