-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Add unnecessary vendor lint
after make check
#1778
Comments
I think .gitignore is the quickest solution. |
|
let |
|
and @coocood , what's your option? |
go get golint use origin GOPATH is better. |
Not only golint. Glide, errcheck and anything relate to |
close via #1782 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After including
_vendor/src
toGOPATH
, we may add unnecessary vendorlint
aftermake check
if there is nolint
present.ref: #1748
/cc: @tiancaiamao
The text was updated successfully, but these errors were encountered: