Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Coding Standards
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2026 at 19:45 UTC
Updated:
24 Jan 2026 at 15:39 UTC
Jump to comment: Most recent
CSpell now reports three incorrect words, when running Core 11.3 and CSpell 9.2
phpcs.xml:9:81 - Unknown word (sirbrillig) -- coder_sniffer/,../../sirbrillig/phpcs-variable-analysis
Suggestions: []
scheduler.install:88:39 - Unknown word (incase) -- not be necessary but incase the entity db tables
Suggestions: [incas, incare, incise, incuse, incased]
tests/src/Functional/SchedulerHooksLegacyTest.php:429:40 - Unknown word (colour) -- introduce a different colour.
Suggestions: [color, cooler, colo, calor, cloud]
tests/src/Functional/SchedulerHooksTest.php:516:40 - Unknown word (colour) -- introduce a different colour - Blue.
Suggestions: [color, cooler, colo, calor, cloud]
CSpell: Files checked: 202, Issues found: 4 in 4 files.
The number of distinct unrecognised/misspelled words is 3
------------
colour
incase
sirbrillig
------------
Previously, when running Core 11.2 and CSpell 8.19 there were no errors. See this job run on 21 Dec
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
jonathan1055 commentedTwo of the words (colour and sirbrillig) were in the Core 11.2.10 dictionary.txt but not in the corresponding 11.3.1 file
Comment #4
jonathan1055 commentedThe word incase is not in either of the two core dictionariy files, not even at 11.2.
In the pipeline, in cspell version 9.2.2 it is in the cpp dictionary, but this dictionary is not used here either. So I have no idea how the job used to pass previously.
Comment #5
jonathan1055 commentedThe word "incase" used to be in the en_us dictionary, but it has been removed in a recent update. Before we had:
https://git.drupalcode.org/issue/scheduler-3565951/-/jobs/7908130
Latest - the word is only in the cpp dictionary, which is not used in our configuration:
https://git.drupalcode.org/project/scheduler/-/jobs/7908073
Comment #9
jonathan1055 commentedFixed in 2.x and 1.x