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/system/routing.api.php


FILE: /var/www/html/core/modules/system/routing.api.php
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
   4 | ERROR | [x] The second line in the file doc comment must be
     |       |     "@file"
  12 | ERROR | [x] Additional blank lines found at end of doc comment
 108 | ERROR | [x] Additional blank lines found at end of doc comment
 113 | ERROR | [x] Parameter comment must be on the next line
 116 | ERROR | [x] Return comment indentation must be 3 spaces, found
     |       |     2 spaces
 120 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 122ms; Memory: 6MB


----------------------------------------------------------------------------------------------------
Checking core/includes/menu.inc

PHPCS: core/includes/menu.inc passed
core/includes/menu.inc passed

----------------------------------------------------------------------------------------------------
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.5.x
--- Errors ---

1/2 ./modules/system/routing.api.php 891.08ms

2/2 ./includes/menu.inc 32.12ms
CSpell: Files checked: 2, Issues found: 0 in 0 files

drupal 9.5.x-dev branch result

History

UpdatedResult
11 Nov 2022 at 08:54 UTC