cockroachdb / cockroachdb/cockroach
sql: defer mutex unlocks or nolint
Open
C-enhancement
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
From #107577, it would be nice to go over all the manual unlocks and defer the ones that are easy/need to be fixed. For all other cases apply the linter rule `//nolint:deferunlock`
Jira issue: CRDB-30538
Contributor guide
Assessment
This issue has not been assessed yet.