You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/08/10 06:20:31 UTC

[GitHub] [camel-k] squakez commented on pull request #4658: Enhance CamelCatalog can't be found error msg

squakez commented on PR #4658:
URL: https://github.com/apache/camel-k/pull/4658#issuecomment-1672623222

   There is a lint problem:
   ```
      Error: assignOp: replace `msg = msg + fmt.Sprintf(" can't be found in %s namespace", platform.Namespace)` with `msg += fmt.Sprintf(" can't be found in %s namespace", platform.Namespace)` (gocritic)
     Error: assignOp: replace `msg = msg + fmt.Sprintf(", provider: %s", platform.Status.Build.RuntimeProvider)` with `msg += fmt.Sprintf(", provider: %s", platform.Status.Build.RuntimeProvider)` (gocritic)
     ```


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org