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
SpellCheck isn't being ignored. When running ignoring only vendor:
$ goreporter -e vendor -f json -p ../thunderbolt
It looks like every linter is ignoring vendor, but SpellCheck isn't.
Evidences:
..."compress": {
"name": "github.com/pagarme/thunderbolt/vendor/github.com/klauspost/compress",
"description": "",
"errors": [
{
"line_number": 23,
"error_string": "/home/derek/go/src/github.com/pagarme/thunderbolt/vendor/github.com/klauspost/compress/README.md:23:141: \"progresssion\" is a misspelling of \"progressions\""
},
{
"line_number": 200,
"error_string": "/home/derek/go/src/github.com/pagarme/thunderbolt/vendor/github.com/klauspost/compress/README.md:200:121: \"descibed\" is a misspelling of \"described\""
}
]
},
...
The text was updated successfully, but these errors were encountered:
derekstavis
changed the title
Can't ignore linters/spellcheck + spellcheck doesn't ignore vendor
Can't exclude linters/spellcheck and vendor
Jun 12, 2017
Yes, I understand your issue. SpellCheck is about to join linters, but I have not figured out how the page is displayed. This problem I will try to fix it as soon as possible. Thx!
Looks like
-e
flag isn't working withlinters/spellcheck
.When running
goreporter
on our project the following way:SpellCheck isn't being ignored. When running ignoring only vendor:
It looks like every linter is ignoring vendor, but SpellCheck isn't.
Evidences:
The text was updated successfully, but these errors were encountered: