Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tune up codespell config and fix more typos #2707

Merged
merged 3 commits into from
Feb 22, 2025

Conversation

yarikoptic
Copy link
Contributor

GitHub workflow was removed in 8accaba due to

`F`requency

and such. I have added ignores for those, and fixed other typos now detected (potentially simply due to newer codespell or may be introduced since then).

Let me know if you would like to bring CI back.

Cheers

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
…agically

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

@saulpw saulpw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @yarikoptic. We're not going to put this into CI but it's good to fix public-facing spelling errors. I'm less keen on putting energy into fixing spelling errors in comments and internal docs like CHANGELOG but I've looked them over and they all seem reasonable. Thanks for reviewing the ignore-words-list and adding real words to it.

@saulpw saulpw merged commit 4709417 into saulpw:develop Feb 22, 2025
14 checks passed
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