Skip to content

chore: add codespell support (config, workflow to detect/not fix) and make it fix some typos#75

Open
yarikoptic wants to merge 5 commits intostratusadv:mainfrom
yarikoptic:enh-codespell
Open

chore: add codespell support (config, workflow to detect/not fix) and make it fix some typos#75
yarikoptic wants to merge 5 commits intostratusadv:mainfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link

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.

@nathanjstratusadv
Copy link
Contributor

@yarikoptic do you mind updating this to match our new codebase and fix the conflicts so we could merge this in?

yarikoptic and others added 5 commits February 10, 2026 22:55
- Add .cache,.npm to skip list (cache directories with false positives)
- Add 'doesnt' to ignore-words-list (used in test path strings)
- Remove deprecated codespell-problem-matcher step (built into actions-codespell@v2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These are local cache directories that should not be tracked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixed in docs/changelog/v0_changelog.md:
- seperation -> separation
- specificed -> specified
- indention -> indentation
- formating -> formatting
- mutiple -> multiple

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "uvx codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic
Copy link
Author

sure, done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants