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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Gotype (called by gometalinter) does not catch compile errors in packages ending in "_test" (the preferred style of many Ginkgo users).
My gometalinter arguments are --vendor, --fast, --errors, --json, --tests, ./...
Test files that use the standard package name are fine.
I'm not sure what can really be done about this, and this sort of thing is unlikely to be supported in gotype itself, as it is described as being on "life support". I guess it might be worth calling this out in the docs at least?
Cheers,
Craig
The text was updated successfully, but these errors were encountered:
Hi Joe,
Gotype (called by gometalinter) does not catch compile errors in packages ending in "_test" (the preferred style of many Ginkgo users).
My gometalinter arguments are
--vendor, --fast, --errors, --json, --tests, ./...
Test files that use the standard package name are fine.
I'm not sure what can really be done about this, and this sort of thing is unlikely to be supported in gotype itself, as it is described as being on "life support". I guess it might be worth calling this out in the docs at least?
Cheers,
Craig
The text was updated successfully, but these errors were encountered: