🧹 chore: Add support for codespell in spell-check workflow#3850
🧹 chore: Add support for codespell in spell-check workflow#3850ReneWerner87 merged 7 commits intomainfrom
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR adds codespell as an additional spell-checking tool to the existing spell-check workflow, complementing the already configured cspell tool.
Key Changes:
- Adds the
codespell-project/actions-codespell@v2action as a new step in the spell-check workflow
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3850 +/- ##
==========================================
+ Coverage 92.10% 92.14% +0.04%
==========================================
Files 115 115
Lines 9754 9754
==========================================
+ Hits 8984 8988 +4
+ Misses 490 486 -4
Partials 280 280
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add skip option to codespell action to exclude specific directories.
Description
codespellduring spell check workflow.Related to #3847