-
Hi, we're currently using ansible-lint inside GitLabCI. Unfortunately, the job output in GitLabCI does not support ANSI OSC 8 for hyperlink generation, which is used by ansible-lint, when color output is enabled. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
TBH, I kinda doubt it worth the effort especially as there is no way to detect OSC 8 support. It would be easier to add this missing terminal feature to gitlab-ci :p Still, if you make an PR that disable these when run under gitlab-ci (ENV var check?), I would not refuse it. Still, it would also like to link this thread to an upstream feature request for implementing this terminal feature. |
Beta Was this translation helpful? Give feedback.
TBH, I kinda doubt it worth the effort especially as there is no way to detect OSC 8 support. It would be easier to add this missing terminal feature to gitlab-ci :p
Still, if you make an PR that disable these when run under gitlab-ci (ENV var check?), I would not refuse it. Still, it would also like to link this thread to an upstream feature request for implementing this terminal feature.