-
Notifications
You must be signed in to change notification settings - Fork 171
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
Fix various typos #189
Fix various typos #189
Conversation
Hello @luzpaz Could you also tell me if it is possible to use the tool in a github action on a pool request? The idea would be to integrate your tool to check codespell on a PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still an issue with gitlint as autor is luzpaz@users.noreply.github.com)
git commit --amend --author="luzpaz@users.noreply.github.com)" should fix this.
|
@arnopo no joy 😞 |
It looks like gitlint wants a "real" email address, you might try |
Found via `codespell -q 3 -S ./scripts/spelling.txt` Signed-off-by: luz paz <luzpaz@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can live with the commit message now:)
The typo corrections are very welcome.
Found via
codespell -q 3 -S ./scripts/spelling.txt