phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Allow gitlab ci to be detected

Open BackEndTea opened this issue 1 year ago • 1 comments

Gitlab CI wasn't being detected by the CiDetectedErrorFormatter. This MR allows detection so that the CiDetectedErrorFormatter can be used for gitlab as well.

BackEndTea avatar Nov 26 '24 11:11 BackEndTea

AFAIK GitLab still only shows these results in paid tiers: https://docs.gitlab.com/ee/ci/testing/code_quality.html

That's why GitLab CI is not currently detected by default. Maybe it's part of GITLAB_FEATURES env variable, I'm not sure. If you research that and detect correctly then I'd merge that.

ondrejmirtes avatar Nov 26 '24 11:11 ondrejmirtes