Fixed
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Aug 2026 at 08:44 UTC
Updated:
17 Sep 2026 at 09:13 UTC
Jump to comment: Most recent
The CI pipeline currently isn't green. I think it would be great, if that could be accomplished.
Furthermore we might set
phpcs:
allow_failure: false
phpstan:
allow_failure: false
cspell:
allow_failure: false
etc. where it makes sense, to that it's never allowed to make things worse again?
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
kieran.cottComment #5
kieran.cottImplemented the usual MR pipeline checks in
.gitlab-ci.yml- made necessary changes to get them passing.Also added a bit of PHPUnit regression coverage.
Comment #6
anybody@kieran.cott thank you, LGTM! Just left one minor question.
RTBC+1
Comment #11
doxigo commentedThanks guys, this is merged with a follow-up push to have the validate jobs enforced
Every validate job (phpcs, phpstan, cspell, stylelint, eslint) is
allow_failure: trueby default, so they reported yellow and never gated a merge.Not sure if that's a good thing or not, might disable it but for now merged.