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
I understand that on issue #26 and #27 that vendor was added to the default ignore list however running any of the following commands
goreporter -e vendor -p . -r ../product
goreporter -e "vendor" -p . -r ../product
goreporter -e "vendor" -p .
goreporter -e vendor -p .
and various other iterations I still see the following
Go fmt
...
/Users/rb71121/Projects/src/gitlab.ioneyed.com/product/vendor/github.com/viki-org/dnscache/dnscache.go
warning: file is not gofmted with -s (gofmt)
/Users/rb71121/Projects/src/gitlab.ioneyed.com/product/vendor/github.com/viki-org/dnscache/dnscache_test.go
warning: file is not gofmted with -s (gofmt)
...
Go vet
...
/Users/rb71121/Projects/src/gitlab.ioneyed.com/product/vendor/golang.org/x/text/feature/plural/example_test.go:13
ExampleSelect refers to unknown identifier: Select
/Users/rb71121/Projects/src/gitlab.ioneyed.com/product/vendor/golang.org/x/text/language/examples_test.go:208
ExampleParent refers to unknown identifier: Parent
...
The text was updated successfully, but these errors were encountered:
I understand that on issue #26 and #27 that vendor was added to the default ignore list however running any of the following commands
goreporter -e vendor -p . -r ../product
goreporter -e "vendor" -p . -r ../product
goreporter -e "vendor" -p .
goreporter -e vendor -p .
and various other iterations I still see the following
Go fmt
Go vet
The text was updated successfully, but these errors were encountered: