Skip to content
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

Add goimports to the golangci-lint configuration #615

Merged
merged 1 commit into from
May 9, 2024

Conversation

Boomatang
Copy link
Contributor

Closes: #426

This enforces ordering of imports to standard library packages, third party library packages, kuadrant-operator packages.

The problem I have is when the checks fail the message is cryptic but running golangci-lint run --fix locally will fix any of the issues around the goimports.

@Boomatang Boomatang requested a review from a team as a code owner May 3, 2024 15:58
@Boomatang Boomatang merged commit 29b0963 into Kuadrant:main May 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Order dependency imports
3 participants