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: pre-commit, workflow (to just detect); make it fix found already present typos #4035

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

yarikoptic
Copy link

@yarikoptic yarikoptic commented Feb 27, 2024

  • remove TEMP commit
  • remove custom workflow if there is pre-commit setup good enough to catch TEMP typo

More about codespell and how it makes a world a better, typos free world: 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 ^^^
=== 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 ^^^
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

1 participant