-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
testing: go vet submodule compatibility #1168
Conversation
Looks like vet failed:
|
Interesting failure state. Is this a bug or a feature that |
I think a feature? Seems odd to have a |
From that standpoint, I'll go ahead and clean up trivial violations in this PR. |
@ericschmidtatwork this PR is removing an unneeded go.mod and go.sum file from a memorystore |
All tests passing. go vet caught another WAI error in run/hello-broken. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
testing/kokoro/system_tests.sh
Outdated
go vet $TARGET | ||
|
||
# Remove the golang-only triple-dot suffix. | ||
targetDir="${TARGET%/...}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the convention is all lower case with underscores to separate words.
* testing: go vet submodule compatibility * memorystore: remove unneeded go.mod and go.sum * run/hello-broken: fix broken test * testing/system_tests.sh: bash style correction
Fixes #1161
This change takes the following steps: