Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2024 at 22:29 UTC
Updated:
3 Apr 2024 at 04:04 UTC
Jump to comment: Most recent
Following #3109556: Update from Yarn 1 to Yarn 4 commit-code-check.sh is broken for the spellcheck component.
Add a spelling error to code and run core/scripts/dev/commit-code-check.sh, output is incorrect:
1/1 stdin:// 292.98ms
CSpell: Files checked: 1, Issues found: 0 in 0 files
Fix the call to yarn spellcheck.
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 #3
longwaveMR fixes this and reverts the line to closer what it was before, with the removal of the
-sswitch which is no longer supported (Yarn 4 is silent by default).Comment #4
alexpottLooks great
Comment #7
nod_hopefully that'll fix the needs review bot too
Committed ad704a3 and pushed to 11.x. Thanks!
Comment #8
nod_looks like it did the trick