lburgazzoli commented on code in PR #5502:
URL: https://github.com/apache/camel-k/pull/5502#discussion_r1599527670
##########
.golangci.yml:
##########
@@ -80,23 +87,16 @@ linters:
- gofumpt
- gomnd
- ireturn
- - lll
Review Comment:
I don't think it can really be automated or at least I never saw something
working in practice in any language and probably it may result in a even worst
formatting as it is context dependent. I would suggest to - at least - to add
a warning at some point because well, if you write a 170 chars line, then there
is likely something that can be improved (i.e. long sentences can even be
externalized, moved to const, etc).
--
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]