Custom Commands Failed

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

--- Commands Executed ---
core/scripts/dev/commit-code-check.sh --drupalci
Return Code: 1
--- Output ---
CSpell: passed

----------------------------------------------------------------------------------------------------
Checking core/modules/block/src/BlockListBuilder.php

PHPCS: core/modules/block/src/BlockListBuilder.php passed
core/modules/block/src/BlockListBuilder.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/block/tests/src/Functional/BlockTest.php


FILE: ...r/www/html/core/modules/block/tests/src/Functional/BlockTest.php
----------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
 576 | ERROR | [x] Whitespace found at end of line
 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
 577 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
     |       |     found 3
 578 | ERROR | [x] Expected 4 space(s) before asterisk; 3 found
 579 | ERROR | [x] Expected 4 space(s) before asterisk; 3 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 185ms; Memory: 8MB


----------------------------------------------------------------------------------------------------
Drupal code quality checks failed.
To reproduce this output locally:
* Apply the change as a patch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh
OR:
* From the merge request branch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh --branch 9.4.x
--- Errors ---
1/2 ./modules/block/src/BlockListBuilder.php 807.12ms
2/2 ./modules/block/tests/src/Functional/BlockTest.php 139.61ms
CSpell: Files checked: 2, Issues found: 0 in 0 files

drupal 9.4.x-dev branch result

History

UpdatedResult
27 Dec 2021 at 14:47 UTC