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

Do not use context.Background() #283

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Do not use context.Background() #283

merged 3 commits into from
Jun 26, 2024

Conversation

sergekh2
Copy link
Contributor

No description provided.

@sergekh2 sergekh2 requested a review from bas-vk as a code owner June 25, 2024 23:59
@sergekh2 sergekh2 merged commit a8a466a into main Jun 26, 2024
8 checks passed
@sergekh2 sergekh2 deleted the serge/stable2 branch June 26, 2024 00:23
var (
log = dlog.FromCtx(context.Background()) // lint:ignore context.Background() is fine here
log = dlog.FromCtx(ctx)
keyID = key.ID()
Copy link
Contributor

Choose a reason for hiding this comment

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

We had a linter for this :)

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