Closed vyskocilm closed 6 years ago
I don't think misspell knows or should know what format its input files are.
Oh I assumed because it is written in go, it understand go source files :-)
So isn't there a way how to supress the false negative? nucular happens to be name of real go package, so I can't avoid using it.
So isn't there a way how to supress the false negative?
See the -i
flag.
ok, thanks
Hi,
I got few errors about my import paths -
I'd say that it should ignore "mispells" in import section, because those are not words, but identifiers.