Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor not excluded from Code Spec processes (go_fmt, go_vet) #56

Open
ioneyed opened this issue Feb 22, 2018 · 3 comments
Open

Vendor not excluded from Code Spec processes (go_fmt, go_vet) #56

ioneyed opened this issue Feb 22, 2018 · 3 comments

Comments

@ioneyed
Copy link

ioneyed commented Feb 22, 2018

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
...
@bgruszka
Copy link

Same problem here 😢

@iRbouh
Copy link

iRbouh commented May 2, 2018

Same problem here!

1 similar comment
@lvxuan263
Copy link

Same problem here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants