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

docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml #1137

Merged
merged 1 commit into from
May 22, 2024

Conversation

yarikoptic
Copy link
Contributor

I saw that there were typo fixes in CHANGELOG.md in the past (e.g. 90e2fd8) so decided to do again.

Ran codespell -w while on top of

so to have proper config available.

Note that when I did pre-commit run codespell --all I think it ignored CHANGELOG.md

❯ pre-commit run codespell --all
Run codespell to check for common misspellings in files.......................Failed
- hook id: codespell
- files were modified by this hook

FIXED: .pre-commit-hooks.yaml

pre-commit run codespell --all  5.87s user 0.62s system 969% cpu 0.669 total

Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.54%. Comparing base (120d514) to head (61e53a0).
Report is 327 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1137      +/-   ##
==========================================
+ Coverage   97.33%   97.54%   +0.20%     
==========================================
  Files          42       55      +13     
  Lines        2104     2486     +382     
==========================================
+ Hits         2048     2425     +377     
- Misses         56       61       +5     
Flag Coverage Δ
unittests 97.54% <ø> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lee-W Lee-W merged commit ee14038 into commitizen-tools:master May 22, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants