-
Notifications
You must be signed in to change notification settings - Fork 110
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 should catch exported values without docstrings #64
Comments
@bobcatfish yeah, we should add this to the linter in the golangci configuration file. Right now, each repository has its own (see |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Feels like something we should do, if we haven't already? |
dang it /remove-lifecycle stale |
SHOOT |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
If someone opens a PR with exported values that don't have docstrings, linting should prompt them to add a docstring.
Actual Behavior
Nothing happens! e.g. in tektoncd/triggers#63
Steps to Reproduce the Problem
_types.go
in the triggers repo or pipeline repo, e.g.Additional Info
From @vtereso :
(Those stutter errors are probably decent to surface as well imo! Why not :D )
The text was updated successfully, but these errors were encountered: