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.
Issue fork l10n_server-3553024
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 #3
donquixote commentedI see this in cspell output:
Also if we fix this we should make it required, no?
Comment #4
teebeecoder commentedComment #5
fmb commentedThanks!