This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Add codespell support (config, workflow to detect/not fix) #291
Open
yarikoptic wants to merge 4 commits intoaristidb:masterfrom
Open
Add codespell support (config, workflow to detect/not fix) #291yarikoptic wants to merge 4 commits intoaristidb:masterfrom
yarikoptic wants to merge 4 commits intoaristidb:masterfrom
Conversation
Collaborator
|
FWIW, I have cherry-picked the two commits that fix spelling issues. As far as the github actions stuff goes, I avoid using github to that extent (use is limited to typing in text boxes like this one and occasionally pushing to other people's repos), so don't feel qualified to deal with it. |
4443f9f to
dda45ca
Compare
Contributor
Author
|
FWIW - rebased the branch so it reflects that typo fixes were applied. reconfirmed that no new added (well -- I also added to skip |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Got here as a "heavy" "user" of git-annex which uses this library . Thank you for developing it!
While checking out
decided to check if I could contribute ;) @joeyh could attest that I am generally a sane person and not a bot.
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.