-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
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
Line 28977 in 950f5d1
"marshalled", "marshaled", |
I would like to add things like:
- marshaller <-> marshaller
- everything needed to support unmarshal* (currently not detected)
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 😄