Re-enable usetesting linter #19581
Labels
area/tooling
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
stage/triaged
type/cleanup
What would you like to be added?
With the Go 1.24 upgrade (#19440),
golangci-lint
(specifically theusetesting
linter) started raising many issues related to new test functions available in Go 1.24.The changes are more or less:
Because we couldn't solve the issues in Go 1.23 (functions don't exist yet), I disabled the linter. The idea is to create small pull requests that address each one of our submodules.
Completion tracking:
Why is this needed?
To reenable the linter, and help with code quality.
The text was updated successfully, but these errors were encountered: