Fix codespell issues#1715
Merged
Merged
Conversation
kinow
commented
Aug 18, 2022
| diff-quality --compare-branch=main --violations=pydocstyle --fail-under=100 $^ | ||
|
|
||
| ## codespell : check for common mispellings | ||
| ## codespell : check for common misspellings |
Member
Author
There was a problem hiding this comment.
😄 ironically, whenever I type misspellings it's 50/50 I'll get it right
| line_length = 88 | ||
|
|
||
| [codespell] | ||
| ignore-words-list=ORE,ore |
Member
Author
There was a problem hiding this comment.
Alternatively we can create a file with one word per line, and use ignore-file=FILE_NAME.
Codecov Report
@@ Coverage Diff @@
## main #1715 +/- ##
==========================================
+ Coverage 66.43% 66.45% +0.01%
==========================================
Files 89 89
Lines 15908 15908
Branches 4216 4216
==========================================
+ Hits 10569 10571 +2
+ Misses 4240 4238 -2
Partials 1099 1099
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
mr-c
reviewed
Aug 19, 2022
mr-c
approved these changes
Aug 19, 2022
GlassOfWhiskey
pushed a commit
that referenced
this pull request
Sep 15, 2022
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think
codespellis failing in other PR's:I tested it locally, and it reformatted a few files. I excluded the word ORE as that's from an ontology's name. After the changes in this PR,
make cleanuppasses with exit code0for me 🎉