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 and workflow (to detect new typos) + fix some typos #429

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link

A token of gratitude (or a bribe to facilitate review #428 ;) ): add https://github.com/codespell-project/codespell support and get some typos fixed.

TODOs:

mvandenburgh and others added 20 commits February 27, 2023 10:08
Modify a rule to allow a non-required string with a `minLength` >= 1 to
be an empty string
…ld-rule

fix: always accept empty string if string is non-required
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./doc/components/wrappers/v-jsf-table.vue",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@albanm
Copy link
Member

albanm commented Mar 1, 2024

Hello, thanks for the effort but I only do some minimal maintenance on this branch. The work is focused in the "next" branch.

What does the github action do ? Does it block if there are typos ? I like the functionality of codespell, but I don't know if it warrants bringing this extra complexity. It would be nice if it acted a bit like dependabot, just making suggestions in PRs.

@yarikoptic
Copy link
Author

Hello, thanks for the effort but I only do some minimal maintenance on this branch. The work is focused in the "next" branch.

should I rebase?

What does the github action do ? Does it block if there are typos ?

it just fails CI -- you are still welcome to force the hand and merge the PR, but you better fix the typos and make it happy ;)

I like the functionality of codespell, but I don't know if it warrants bringing this extra complexity. It would be nice if it acted a bit like dependabot, just making suggestions in PRs.

no such convenience just yet ... may be in the future. But typically it is just a few typos, easy to review/fix and push a fix.

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.

None yet

4 participants