You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or use-case? Please describe.
The imports we go in our Go sources are not consistent and not ideal for code reviews.
In particular, when reviewing a PR like this, it would be helpful if import changes come without alias changes.
Describe the solution that you would like.
In the community meeting, we concluded that we will use names like buildapi or pipelineapi going forward for API imports to make them independent of the imported version. Exceptions would still be allowed when we import more than one version (like we do in triggers for Tekton as we need v1 to work with Pipelines but also v1beta1 for Runs).
In addition, Matthias suggested to evaluate if a tool exists that verifies that imports are as expected, and can maybe autofix this.
Describe alternatives you have considered.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
The imports we go in our Go sources are not consistent and not ideal for code reviews.
In particular, when reviewing a PR like this, it would be helpful if import changes come without alias changes.
Describe the solution that you would like.
In the community meeting, we concluded that we will use names like
buildapi
orpipelineapi
going forward for API imports to make them independent of the imported version. Exceptions would still be allowed when we import more than one version (like we do in triggers for Tekton as we need v1 to work with Pipelines but also v1beta1 for Runs).In addition, Matthias suggested to evaluate if a tool exists that verifies that imports are as expected, and can maybe autofix this.
Describe alternatives you have considered.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: