Problem / Motivation

The project contains spelling inconsistencies in code, comments, and documentation that are not detected automatically.
Maintaining correct spelling improves code readability, documentation clarity, and overall professionalism.

Proposed Resolution
• Review the current CSpell configuration.
• Fix or update spelling errors detected by CSpell in code, comments, and documentation.
• Update the CSpell configuration if necessary to cover all relevant file types and ignore false positives.
• Ensure the CI pipeline runs CSpell and passes without errors.

Acceptance Criteria
• CSpell reports no spelling errors in the codebase.
• Documentation, code comments, and identifiers are free of spelling mistakes.
• The CI pipeline passes successfully with CSpell checks.

Command icon 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

teebeecoder created an issue. See original summary.

donquixote’s picture

I see this in cspell output:

[WARNING] The project CSpell configuration does not contain all of the default flagged words. The missing words are:
 
  blacklist, blacklists, blacklisted, e-mail, grey, queuing, whitelist, whitelists, whitelisted
 
It is recommended to add these words to your custom .cspell.json file.
See change record https://www.drupal.org/node/3524446 for more details.

Also if we fix this we should make it required, no?

teebeecoder’s picture

Assigned: teebeecoder » fmb
Status: Active » Needs review
fmb’s picture

Status: Needs review » Fixed

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.