Add codespell support with configuration and fixes - #1671
Merged
Conversation
Collaborator
|
All commits need to be signed off and this should be in the ci-lint.yml workflow file as another job. |
Stromweld
reviewed
Mar 4, 2026
yarikoptic
force-pushed
the
enh-codespell
branch
from
March 4, 2026 16:07
e3e2e8e to
b1c809c
Compare
|
Contributor
Author
signed'off and added annotation for commits co-authored-by claude for full(er) disclosure. |
Stromweld
approved these changes
May 27, 2026
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
- widnows -> windows (CHANGELOG.md:249) - "windows builds", not "widows" - miror -> mirror (CHANGELOG.md:1222) - "package mirror", not "minor" - doesnt -> doesn't (windows/cleanup.ps1:16) - contraction - thats -> that's (windows/remove-apps.ps1:52,63) - contraction Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
Fixed typos (codespell -w): - compatability -> compatibility (CHANGELOG.md) - compatable -> compatible (CHANGELOG.md x4) - Porposal -> Proposal (CHANGELOG.md) - metdata -> metadata (CHANGELOG.md) - intead -> instead (CHANGELOG.md) - seperated -> separated (README.md x2, lib/bento/cli.rb x2) - incomming -> incoming (README.md) - specfic -> specific (lib/bento/cli.rb) - polularity -> popularity (debian/preseed.cfg) - belogs -> belongs (suse/vagrant_group_suse.sh) - neccesary -> necessary (windows/cleanup.ps1) - administraor -> administrator (windows/remove-one-drive-and-teams.ps1 x2) - Sucessfully -> Successfully (windows/remove-one-drive-and-teams.ps1 x2) Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
Also add push/PR triggers to ci-lint.yml alongside the existing weekly schedule. Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
SamuelMarks
pushed a commit
to SamuelMarks/bento
that referenced
this pull request
Aug 21, 2026
* Add github action to codespell --------- Signed-off-by: Yaroslav Halchenko <debian@onerussian.com> Co-authored-by: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add codespell configuration and fix existing typos.
More about codespell: https://github.com/codespell-project/codespell
I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.
CI workflow has 'permissions' set only to 'read' so also should be safe.
Changes
Configuration & Infrastructure
.codespellrcconfiguration with skip patterns for.git,.npm,.cache,.localmainTypo Fixes
Ambiguous typos fixed manually (5 fixes with context review):
widnows->windows(CHANGELOG.md - "windows builds", not "widows")miror->mirror(CHANGELOG.md - "package mirror", not "minor")doesnt->doesn't(windows/cleanup.ps1 - contraction)thats->that's(windows/remove-apps.ps1 x2 - contraction)Non-ambiguous typos fixed automatically (21 fixes in 7 files):
Common fixes include:
compatable->compatible(x4),seperated->separated(x4),administraor->administrator(x2),Sucessfully->Successfully(x2), pluscompatability,Porposal,metdata,intead,incomming,specfic,polularity,belogs,neccesaryHistorical Context
This project has had 20 prior commits fixing typos manually, demonstrating the value of automated spell-checking.
Testing
Codespell passes with zero errors after all fixes.
🤖 Generated with Claude Code and love to typos free code