Add entries in to rare dictionary#2421
Open
luzpaz wants to merge 1 commit intocodespell-project:mainfrom
Open
Conversation
vikivivi
reviewed
Jul 31, 2022
| whats->what's | ||
| whet->when, what, wet, | ||
| whiling->while | ||
| whit->with, white, wit, |
Contributor
There was a problem hiding this comment.
Suggested word wit for whit->with, white, wit, has a misspell entry wit->with in the rare dictionary. This causes the checks to fail. You might want to change to whit->with, white,
Collaborator
There was a problem hiding this comment.
No, I think it's a valid suggestion, it's just like some others where we need to deal with these circular edge cases, probably by updating our check config...
Collaborator
Collaborator
There was a problem hiding this comment.
@luzpaz Perhaps the suggestion to remove whit->with, white, wit, from this merge request and create a specific one for that case is preferable, isn't it?
Split off from codespell-project#2266
3e91c5e to
39de76c
Compare
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.
Split off from #2266