feat: check spellings of words for typos#105
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## zimeg-feat-gha-checks #105 +/- ##
=========================================================
- Coverage 94.77% 94.66% -0.12%
=========================================================
Files 6 6
Lines 383 375 -8
=========================================================
- Hits 363 355 -8
Misses 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Cool! This seems to work! |
|
📝 To use a custom |
zimeg
left a comment
There was a problem hiding this comment.
📚 A thought crossed mind about repo specific configs-
There was a problem hiding this comment.
📣 note: I'm concerned that using this file across multiple projects could block downstream changes if unexpected words appear that we should exclude.
thought: Changing this to be a nonblocking step or using a .typos.toml file from the project if found are perhaps ideas. I'm kind of wanting to start with this though...
|
📝 This should be non-blocking since we use a lot of magic words 🪄 |
Summary
This PR checks for typos or mispellings within a codebase to fix #99.
Notes
Requirements