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

Support make lint auto fix goimport packages in all flyte components #4303

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

Future-Outlier
Copy link
Member

Describe your changes

Right now, users don't need to type make lint; make goimports to lint the golang files.
They just need to type make lint only.

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Screenshots

image
You can see the line here.
GL_DEBUG=linters_output,env golangci-lint run --fix --deadline=5m --exclude deprecated -v

Signed-off-by: Future Outlier <[email protected]>
@pingsutw pingsutw merged commit b6b0d61 into flyteorg:master Oct 26, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants