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

enable noctx linter and fix errors #684

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

michalmalka
Copy link
Collaborator

No description provided.

return
}

resp, err := http.DefaultClient.Do(req)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would prefer not to use default client (e.g., it has no timeouts), but this can be done separately in a different PR

@michalmalka michalmalka merged commit 3beff85 into clusterlink-net:main Aug 5, 2024
10 checks passed
@michalmalka michalmalka deleted the noctx branch August 5, 2024 16:39
@michalmalka michalmalka linked an issue Aug 7, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable noctx linter
2 participants