-
Notifications
You must be signed in to change notification settings - Fork 157
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
Group check.v1
package with third-party package
#3137
Conversation
@viveksinghggits Please take a look once. So, i can move forward. |
can you please add the test plan for the PR @anishbista60 . |
@viveksinghggits sure i'll do it but the changes are not completed yet. |
@anishbista60 yes the current changes look good. |
2a17f0f
to
23c7fe2
Compare
@viveksinghggits Everything Done. Please ! have a look. Works fine in my machine. |
Signed-off-by: Anish Bista <[email protected]>
fdf72cb
to
8070eee
Compare
@anishbista60 |
@anishbista60 🎉 🎊 🚀 🥳 |
Sure , ok. |
@anishbista60 Please verify all the checks in this PR to ensure we haven't flipped anything. I found one issue causing test failures here. One of the reasons to break down large PRs into multiple smaller PRs - it'll be easier for reviewers to catch such issues. |
@pavannd1 Sorry ! for difficulty while reviewing and obviously going to 100 of files would be difficult. I walked though entire changes and doesn't get any error except yours ones. |
looks you already fix that. thank you |
Change Overview
.
from. "gopkg.in/check.v1"
and then group it with third-party package . Usecheck
prefix when you are gettting issue after removing.
Please check the type of change your PR introduces:
Issues
check.v1
package with third-party package. #3136Test Plan
gci
linter and remove thedot
which is present undergci.sections
in.golangci.yml
(Just to check that whether gci throwing error or not, which will not be included as a part of this PR)make golint
for testing.