-
Notifications
You must be signed in to change notification settings - Fork 64
Update golangci-lint to enable localmodule import group #1579
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
Comments
what's the localmodule import group do? |
It just organizes local imports at the end of the import list |
ty! |
Hi @trgeiger Currently, it fails if the imports are not organized and when we run So, I think we can close this one right? |
This is also nearly a year old, I haven't looked into this since then so closing |
Uh oh!
There was an error while loading. Please reload this page.
golangci-lint updated their gci dependency to 0.13.4 which includes the functionality for the localmodule import group. This isn't included in any golangci-lint release, yet. We should update to the next release if/when it includes this version of gci so we can update the golangci-lint configuration to use the localmodule group.
Relates to operator-framework/catalogd#240
The text was updated successfully, but these errors were encountered: