-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 godoc deprecated comments. #6207
Conversation
/kind documentation |
From https://github.com/golang/go/wiki/Deprecated: > To signal that an identifier should not be used, add a paragraph to its doc > comment that begins with "Deprecated:" followed by some information about the > deprecation, and a recommendation on what to use instead, if applicable. Most changes fall into a few categories: - "Deprecated." -> "Deprecated:" - Added paragraph new line. - Added deprecation description.
99962ef
to
754b028
Compare
/test pull-tekton-pipeline-alpha-integration-tests |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick 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 |
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
Changes
Fix godoc deprecated comments.
From https://github.com/golang/go/wiki/Deprecated:
This should help IDEs and pkgsite to pick up on deprecated fields.
Most changes fall into a few categories:
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes