-
Notifications
You must be signed in to change notification settings - Fork 268
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
Reformat all imports using gci linter #2198
Comments
Maybe I'm missing something, why do we need this |
We need |
If the PR merged, doesn't it mean that we have no violations? |
gotcha, so we can't re-enable OTOH, we don't really use kube-builder scaffolding. How reliable is this |
But let's ask the author of the original PR who wants to enable |
My opinion is that if it's stable with comments (which is the issue I didn't caught unfortunately) and it won't cause any further problems, then yes. It would make imports ordered the way everybody orders them, but automatically |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What would you like to be cleaned:
Reformat all imports using
gci
linter once the issue daixiang0/gci#135 is resolved.Disable
goimports
becausegci
does the same work.Why is this needed:
gci
ensures consistency of the import order.See discussions in #2069 and #2184.
The text was updated successfully, but these errors were encountered: