Problem/Motivation
The cspell dictionary core/misc/cspell/dictionary.txt seems to be out of sync with reality.
Let's sync it up again.
Steps to reproduce
Proposed resolution
$ yarn spellcheck:make-dict
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3425304
Show commands
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 #4
spokjeComment #8
spokjeComment #11
mstrelan commentedDon't mind me, accidentally hid a branch and promptly unhid it, now wondering if "unhid" is a word.
Comment #12
spokjePretty sure it's "dehidrate", but we can't be sure until we have our spellcheck dictionary synced...
Comment #13
smustgrave commentedSo on 11.x when I ran spellcheck:make-dict I didn't get the new words being added in the MR. Did get the removals.
Comment #14
spokjeWell spotted @smustgrave!
Apparently there were a few local config files floating around, did these runs on a clean checkout.
Comment #15
smustgrave commentedThat matches what I got too thanks!
Comment #16
catchSeems a bit fast, but needs a rebase already.
Comment #17
spokjeHmmm, all MRs show as mergeable in GitLab and only contain changes in one file, the cspell dictionary, that isn't touched by any of the 4 commits since the creation of the MRs AFAICT.
So is there a git-reason for a rebase I'm missing, or is it because code got deleted in the 4 mentioned MRs which should have triggered changes in the dictionary?
Comment #21
catchIt was PEBKAC - I tried to apply the wrong MR diff to the wrong branch.
Committed/pushed to 11.x, 10.3.x, 10.2.x respectively, thanks!