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
The list is generated based on usage frequency and different sources.
For now, I don't plan to change that (because it's the main approach of misspell design) to add extra words inside misspell, this is why I created extra-words inside golang-ci lint and not add words inside misspell.
I would like to thank you for maintaining golangci-lint, and took the decision to keep
misspell
maintained.Thank you also for adding a way to provide a way for handing "correction" via golangci mispell linter via extra-words via golangci/golangci-lint#4401
It would help people in doing things by their own.
By trying to achieve it on my project, I noticed a few things that I think that should be added to misspell.
I'm thinking about adding a few more item in DictAmerican (and so DictBritish) that are meaningful in Go ecosystem:
Here are a few examples
Here is marshalling conversion
misspell/words.go
Line 28977 in 950f5d1
I would like to add things like:
Tell me if you are interested, the changes are pretty small, but I prefer to ask before working on it, and getting a "no", during the review 😄
The text was updated successfully, but these errors were encountered: