-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
Description
Running golangci-lint run on this repo returns a lot of warnings related in our test files.
A majority of these warnings are related to:
- copying a variable within a loop i.e.,
tc := tcwhich is no longer needed (since go 1.22+) - using
context.Background()instead oft.Context()in tests (added in go 1.24).
We should fix these issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.