golangci / misspell

Correct commonly misspelled English words in source files
MIT License
22 stars 10 forks source link

add a test that no word is marked as both correct and incorrect #1

Open dzhu opened 4 years ago

dzhu commented 4 years ago

The test ensures that users can't get an error, follow the suggested fix, and still get an error. Also fix up the word list to make the test pass (and fix misspellings, of course).

jirfag commented 4 years ago

thank you very much, but let's change source data generator instead, please.

dzhu commented 4 years ago

Oops! I saw the warning that the file is auto-generated, but I couldn't find any link to the generator, so I thought it was outdated or something. I will make the word list changes in the other repository. Should the test still be here, though?

jirfag commented 4 years ago

thank you, yes, I think test here will be useful