-
Notifications
You must be signed in to change notification settings - Fork 950
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
[linting] Fix go misspell linting errors #990
Conversation
@bvwells Thanks for your contribution. 🍻 |
We found this is your first time to contribute to Pouch, @bvwells |
Thanks a lot for your work. @bvwells |
ping @bvwells CI fails according integration system. If this is flaky test, welcome to track this with profiling an issue. build url: https://travis-ci.org/alibaba/pouch/builds/359424737 |
I am afraid that CI fails with:
This error is also seen from PR #988 's CI. I have to say this is unrelated to the code change this PR brought. Merging... |
Thanks @allencloud for the quick review and merge! |
Ⅰ. Describe what this PR did
This PR is to address the go misspell linting issues raised in the Go Report Card to partially address issue #964. See https://goreportcard.com/report/github.com/alibaba/pouch
Ⅱ. Does this pull request fix one issue?
This PR partially fixes issue #964.
Ⅲ. Describe how you did it
Corrected misspell errors reported in Go Report Card.
Ⅳ. Describe how to verify it
All misspell errors should be gone from Go Report Card.
Ⅴ. Special notes for reviews