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


##########
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:
   I prefer to fix these issue and avoid accumulating tech debt. Feel free to 
do that, otherwise I may work on it during the weekend.



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