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 + have it fixed some typos #2034

Merged
merged 4 commits into from
Sep 29, 2023

Conversation

yarikoptic
Copy link
Contributor

I am using/enjoying vd so decided to contribute a little thanks ;) Workflow would simply detect when PR is trying to introduce a typo and fail. More about codespell: https://github.com/codespell-project/codespell

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

CLAassistant commented Sep 26, 2023

CLA assistant check
All committers have signed the CLA.

@saulpw saulpw requested a review from anjakefala September 26, 2023 23:17
@saulpw
Copy link
Owner

saulpw commented Sep 26, 2023

Hey @yarikoptic, I'm glad you're enjoying VisiData! @kianmeng submitted a similar PR #1640 which we only took partially, since it unnecessarily changed variable names and the CHANGELOG. This PR seems a bit more tightly scoped, and this fixes all seem like actual misspellings, so I'm inclined to take it. I don't like modifying the CHANGELOG after the fact, but it will be nice to check for future misspellings. I'll let @anjakefala weigh in on making this part of our CI process.

@anjakefala
Copy link
Collaborator

anjakefala commented Sep 29, 2023

I ran the CI, and it seems fine. I say let's take it for now, and remove it if it becomes frustrating! I am open to trying it out. I like the files you chose to exclude.

@anjakefala anjakefala merged commit 8f89aad into saulpw:develop Sep 29, 2023
12 checks passed
@yarikoptic yarikoptic deleted the enh-codespell branch May 28, 2024 18:11
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.

4 participants