You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up of #80 that I finally got around to testing.
When running update_wordlist(), it will ask to remove words from SPELLING_WORDLIST that are not used in the project. Turns out it doesn't really remove them since it only touches WORDLIST and not the custom, additional, wordlist.
I believe the current behaviour to not touch SPELLING_WORDLIST is desirable but the message from update_wordlist() may need to be updated to reflect what's really happening.
The text was updated successfully, but these errors were encountered:
This is a follow up of #80 that I finally got around to testing.
When running
update_wordlist()
, it will ask to remove words fromSPELLING_WORDLIST
that are not used in the project. Turns out it doesn't really remove them since it only touchesWORDLIST
and not the custom, additional, wordlist.I believe the current behaviour to not touch
SPELLING_WORDLIST
is desirable but the message fromupdate_wordlist()
may need to be updated to reflect what's really happening.The text was updated successfully, but these errors were encountered: