Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2021 at 09:25 UTC
Updated:
25 May 2021 at 09:04 UTC
Jump to comment: Most recent
Comments
Comment #2
spokjeIt would be nice if this could be reviewed and committed to
9.3.xquickly, since I think a lot of patches will fail the Custom Command phase, which has the added bonus it won't change the issue status back to Needs Work when it fails, see #3208931: TestBot returns with "Build Successful" when there are too many test failures to report.Comment #4
longwaveUnsure how this got past cspell, maybe the daily branch tests need a full cspell run?
Comment #5
spokjeOnly the changed files are checked by cspell and phpcs, so somewhere cspell got stricter but this particular file was never touched, so nobody noticed before.
It _might_ be a good idea for a follow-up to do a full run on all files with phpcs and cspell to see what else fails indeed.
Comment #6
longwaveAhh the cspell dictionaries were updated in #3211810: [security] Update Nightwatch and locked dev dependencies to address security issues, that must be the cause.
Comment #7
spokjeRan
../vendor/bin/phpcs -son9.3.xwithcore/phpcs.xml.distcopied tocore/phpcs.xmlwithout an error/warning-message, except forwhich we can ignore,
Which is as expected due to the way we add new sniffs.
Seeing the above comment I'll try to get cspell running over all files in that branch next
Comment #9
catchCommitted/pushed to 9.3.x, thanks!
Do we want to backport this to 9.2.x anyway despite cspell apparently not complaining?
Comment #10
longwaveYes:
Comment #12
catchWent ahead and backported, even in the unlikely event we have to release a hotfix for the alpha, we'd probably want a full cspell run to pass.
Same problem on 9.1.x but will leave that until we unfreeze.
Comment #13
spokjeFollow-up in #3212547: cspell Dictionaries changed, checking all files
Comment #14
spokjeI see there are commits again on
9.1.x(https://git.drupalcode.org/project/drupal/-/commits/9.1.x)Do we still want to backport this one? Or wait until #3212547: cspell Dictionaries changed, checking all files which might/might not fix this as well?
Comment #16
catchLet's backport, thanks for the reminder.
Comment #18
spokje