tadayosi commented on code in PR #3616:
URL: https://github.com/apache/camel-k/pull/3616#discussion_r965565512
##########
pkg/trait/openapi.go:
##########
@@ -270,7 +270,7 @@ func (t *openAPITrait) createNewOpenAPIConfigMap(e
*Environment, resource v1.Dat
return err
}
mc.GlobalSettings = data
- //nolint: staticcheck,nolintlint
+ // nolint: staticcheck,nolintlint
Review Comment:
Btw, with upcoming golangci-lint version nolintlint should invalidate it if
it's in the form of `// nolint:`. The correct one should be `//nolint:`.
--
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]