Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codespell_lib/data/dictionary_rare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ wee->we
whats->what's
whet->when, what, wet,
whiling->while
whit->with, white,
whit->with, white, wit,
Copy link
Contributor

@vikivivi vikivivi Jul 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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,

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luzpaz do you want to do a new PR with the other suggestions just leaving this one separately as one for us to address later?

Or even with @vikivivi 's shorter suggested list. But I'd like to get whit->wit in ultimately as a suggestion too.

Copy link
Collaborator

@DimitriPapadopoulos DimitriPapadopoulos Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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?

wight->weight, white, right, write,
wights->weights, waits, whites, rights, writes,
wile->while
Expand Down