Closed (fixed)
Project:
Experience Builder
Version:
1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2025 at 10:04 UTC
Updated:
2 Sep 2025 at 07:59 UTC
Jump to comment: Most recent
Our phpcs-rules-match-drupal-11 CI job currently fails with the following error:
π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯
Error: core.phpcs.xml.dist not up to date with Drupal 11.x core/phpcs.xml.dist. Please create an issue to update this file.
This is that issue.
To automatically update the file, just run this script from the module repository root:
sh scripts/update-phpcs-config.sh
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 #2
thoward216 commentedComment #5
thoward216 commentedComment #8
wim leersPerfect β thanks!