-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: apply go vet improvements #8620
Conversation
35ea7ff
to
75b6f09
Compare
898caba
to
808b2dd
Compare
b7921e2
to
caceabb
Compare
Could you add a description to the PR? There is a PR template that guides certain standards, the description goes into the commit message. Regarding
We punted on making these changes because it had turned out to be too much work then. Now that you are making these changes w/ There are other code simplification linters we should start looking into enabling as well. |
re-ran the ci-dgraph-tests, because I am seeing some ACL test failures. |
caceabb
to
92437f2
Compare
I have enabled them in this change. Let me see if we can fix all of them. I had only fixed some of them to begin with. For the PR description, I think there is nothing more that I could describe. The changes are not significant either yet. |
92437f2
to
de1a2a5
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.
Mostly cosmetic changes.
Were the files under contrib/teamcity deleted because teamcity is not being used?
de1a2a5
to
c2ecaea
Compare
yes, I am hoping that is fine. If not, I can undo that change. |
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.
This looks good 👍 .. thanks for doing this.
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.
Assume that the teamcity related files are not needed any more.
GoLinter failures: - related to #8620 & https://github.com/dgraph-io/dgraph/actions/runs/3971511349/jobs/6815792372 - Addressing this partially #8572 (comment) - fix `gosimple` & `unused` linter reports - comment the rest to address later
GoLinter failures: - related to #8620 & https://github.com/dgraph-io/dgraph/actions/runs/3971511349/jobs/6815792372 - Addressing this partially #8572 (comment) - fix `gosimple` & `unused` linter reports - comment the rest to address later
No description provided.