gansheer commented on code in PR #6549:
URL: https://github.com/apache/camel-k/pull/6549#discussion_r3000467221


##########
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:
   My understanding  here is that a change was induced by the new version that 
make the nolint here no longer relevant. I'll check nevertheless.



-- 
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]

Reply via email to