-
Notifications
You must be signed in to change notification settings - Fork 300
Adopt codespell #5186
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
Adopt codespell #5186
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #5186 +/- ##
=======================================
Coverage 89.31% 89.31%
=======================================
Files 88 88
Lines 22279 22279
Branches 4881 4881
=======================================
Hits 19898 19898
Misses 1635 1635
Partials 746 746
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
This PR, by it's nature, is prone to go stale very quickly, which is fine. I'm only going to resolve conflicts once we're happy to merge. |
|
Conflicts resolved 👍 |
07bdbde to
4368d7b
Compare
🚀 Pull Request
Description
This PR automates the detection of
speelingspelling mistakes within the code base, as part of ourpre-commit.ciworkflow using codespell.Also adds a
.git-blame-ignore-revsto ensure that I don't get blamed for the original authors change, see here for further details.Consult Iris pull request check list