squakez commented on code in PR #6549:
URL: https://github.com/apache/camel-k/pull/6549#discussion_r3001707753
##########
pkg/internal/client.go:
##########
@@ -79,7 +79,6 @@ func NewFakeClient(initObjs ...runtime.Object)
(client.Client, error) {
camelClientset :=
fakecamelclientset.NewSimpleClientset(filterObjects(scheme, initObjs, func(gvk
schema.GroupVersionKind) bool {
return strings.Contains(gvk.Group, "camel")
})...)
- //nolint:staticcheck
Review Comment:
ah, wait, my fault. I read the comment removal as an addition. I thought we
were adding such a comment. Removal is good, feel free to carry on and sorry
for the confusion!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]