-
Notifications
You must be signed in to change notification settings - Fork 716
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
Fix the gometalinter support #587
Conversation
/assign @gaocegege |
Close #586 /ok-to-test Thanks for your contribution 🎉 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege 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 |
/retest |
New changes are detected. LGTM label has been removed. |
Travis tests have failedHey @wgliang, 2nd Buildgometalinter --config=linter_config.json ./cmd/...
gometalinter --config=linter_config.json ./test/e2e/...
3rd Buildgometalinter --config=linter_config.json ./cmd/...
gometalinter --config=linter_config.json ./test/e2e/...
|
Thanks for your contribution! It seems that we have some linting issues. And if you do not fix them I can merge the PR manually and fix in another PR. WDYT? |
We dicussed privately and decided to merge it ASAP and let me fix the errors in another PR. |
Thanks for your contribution! 😃 |
Fix the gometalinter support
This change is