Problem/Motivation
As code is updated sometime misspelled words are removed without removing them from our dictionary.
Proposed resolution
Rebuild our dictionary - removing words that are no longer in the code base.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
N/a
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 3178581-2-12.patch | 1.2 KB | alexpott |
| #5 | 3178581-5.patch | 1.3 KB | alexpott |
| #5 | 2-5-interdiff.txt | 307 bytes | alexpott |
| #2 | 3178581-2.patch | 1.19 KB | alexpott |
Comments
Comment #2
alexpottComment #3
alexpottI created the new dictionary on 9.2.x with the command
yarn run spellcheck:make-drupal-dictI then ran the against 9.1.x using the new dictionary...
Comment #4
xjmComment #5
alexpott#3177377: Remove unused variable $charcodes and $node2 removed charcodes...
Comment #6
longwaveWhy is this removed when we still have instances of it?
Same here, this is used all over core as a variable name.
I checked the other cases and see why they are removed, but not these.
Comment #7
longwaveOh, I bet #3174884: Update yarn dependencies for Drupal 9.1.0 updated the base dictionaries and therefore these are considered real words now. RTBC :)
Comment #8
alexpott@longwave yep - we should file some upstream MRs :)
Comment #9
jungleAny chance to land #3138746: Fix 45 "shouldBeCamelCased" and related typos in core or it needs re-roll later on?
Comment #11
longwaveRandom fail.
Comment #12
alexpottRerolled as #3138746: Fix 45 "shouldBeCamelCased" and related typos in core has landed
Re-generated dictionary as above.
Comment #14
catchCommitted/pushed to 9.2.x and cherry-picked to 9.1.x, thanks!