Skip to content

Add codespell support (config, workflow to detect/not fix) and make it fix a single typo!#216

Merged
fangfufu merged 3 commits intofangfufu:masterfrom
yarikoptic:enh-codespell
Sep 9, 2025
Merged

Add codespell support (config, workflow to detect/not fix) and make it fix a single typo!#216
fangfufu merged 3 commits intofangfufu:masterfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link
Contributor

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.

Congrats on having just a single typo... feel free to drop this PR

…s automagically

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

sonarqubecloud bot commented Sep 9, 2025

@fangfufu fangfufu merged commit 305d4c1 into fangfufu:master Sep 9, 2025
5 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