2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go1,550 forks (1,550 forks)auto 404
Enhancement/UserGood first issueNeeds triagekind/tech-debt
Repository metrics
- Stars
- 10,111 stars (10,111 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
There's a lot of context TODO prior to this pr that in future pr we should eliminate for proper cancellations handling. Not for this pr. I think there's Linter setting for this. Exception for test code.
Originally posted by @kaovilai in #9697
Contributor guide
- Research direction
- Look at the existing linter configuration (likely .golangci.yml) in the repository. Enable a linter that flags context.TODO() calls, such as 'contextcheck', and configure it to ignore test files. Check the linked PR #9697 for discussion context and any related changes.
- Tech stack
- go
- Domain
- backendtooling
- Issue type
- Chore
- Prerequisites
- GitGo