Skip to content

Add codespell support (config, workflow) and make it fix some typos#18

Merged
JR-1991 merged 4 commits into
gdcc:mainfrom
yarikoptic:enh-codespell
Apr 29, 2024
Merged

Add codespell support (config, workflow) and make it fix some typos#18
JR-1991 merged 4 commits into
gdcc:mainfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link
Copy Markdown
Contributor

No description provided.

…ut ignoring the failure due to ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
=== 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 ^^^
Copy link
Copy Markdown
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

I'm not sure if we want the GitHub Action or not but this fixes all seem legit and safe (in docs).

@JR-1991 JR-1991 added this to the 0.4.0 milestone Apr 29, 2024
@JR-1991 JR-1991 merged commit 602548d into gdcc:main Apr 29, 2024
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.

3 participants