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

Add codespell config + workflow and make it fix some typos #2588

Merged
merged 6 commits into from
Jan 10, 2024

Conversation

yarikoptic
Copy link
Contributor

My humble contribution -- I have been a "heavy" (albeit really basic) user of CopyQ for years. It is a great productivity tool -- thank you very much for it!!!

=== 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 ^^^
@yarikoptic yarikoptic requested a review from hluk as a code owner January 9, 2024 19:40
@hluk
Copy link
Owner

hluk commented Jan 10, 2024

Oh, cool, this looks very handy. Thanks!

@hluk hluk merged commit a029e13 into hluk:master Jan 10, 2024
3 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