Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Admin theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2026 at 06:42 UTC
Updated:
14 May 2026 at 13:45 UTC
Jump to comment: Most recent
Found an ignore line that was not necessary.
Remove the cspell:ignore and spellcheck the theme. Make changes as needed.
Besides fixing spelling in the theme description also reword it to match the style of simplicity of the ones for Olivero and Claro.
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
quietone commentedComment #4
smustgrave commentedlol idk if it's lucky or unlucky but think you hit every random test failure!
This one was pretty straight forward. Not a lot of cspell:ignores. Funny enough is-autocompleting is in claro and some nightwatch tests imagine that's where that line came from.
Your description change made me think should all references to gin be removed? Some of it is variable names.
Comment #5
amateescu commentedSmall question on the MR :)
Comment #6
smustgrave commentedCan I ask if there's a command you run to find these words or just history knowledge from previous tickets?
Comment #7
quietone commentedFor this issue I did what I wrote in the proposed resolution. I removed all the cspell ignore lines in the them and then ran the spellcheck,
yarn spellcheck:core.There is also #3390959: Test for words in 'cspell:ignore' that can be removed which adds commands to commit-code-check.sh and will report on words that can be removed.
Comment #8
smustgrave commentedThink this is a nice little cleanup then.
Thanks!
Comment #9
alexpottCommitted and pushed 51366e68418 to main and f8c5c1010ff to 11.x. Thanks!