-
Notifications
You must be signed in to change notification settings - Fork 159
Simple go verification scripts #35
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
Simple go verification scripts #35
Conversation
@davidz627: GitHub didn't allow me to assign the following users: krzyzacy. Note that only kubernetes-sigs members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hack/update-gofmt.sh
Outdated
@@ -0,0 +1,21 @@ | |||
#!/bin/bash | |||
|
|||
# Copyright 2017 The Kubernetes Authors. |
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.
nitpick: 2018
c666c09
to
005adf6
Compare
PKG_ROOT=$(git rev-parse --show-toplevel) | ||
|
||
${PKG_ROOT}/hack/verify-gofmt.sh | ||
${PKG_ROOT}/hack/verify-govet.sh |
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.
nitpick: new line :-)
005adf6
to
9c861b9
Compare
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.
/lgtm
@krzyzacy: changing LGTM is restricted to assignees, and only kubernetes-sigs/gcp-compute-persistent-disk-csi-driver repo collaborators may be assigned issues. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
Fixes #33
Add some simple go verification scripts like gofmt and govet.
Entrypoint is
hack/verify-all
. More verification scripts can be added latertest-infra change: kubernetes/test-infra#8500
/assign @msau42 @krzyzacy