gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
2.01k stars 250 forks source link

misspell not up to date? #169

Closed voutasaurus closed 7 years ago

voutasaurus commented 7 years ago

I got this output from goreportcard.com:

misspell 66%
Misspell Finds commonly misspelled English words
p/gen/word.go
Line 3: warning: found "smears" a misspelling of "swears" (misspell)

smears is a word (https://www.google.com/?q=define:+smears).

I tested locally with the latest misspell and there's no misspelling reported.

$ go get -u github.com/client9/misspell/cmd/misspell
$ echo "smears" > text.txt
$ misspell text.txt
shawnps commented 7 years ago

@voutasaurus thanks. Please check again, should be fixed now.

voutasaurus commented 7 years ago

Can confirm, thanks! :)