mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: avoid concurrent usage of t.FailNow (#1683)
* chore: golangci: add linter rule to report usage of t.FailNow inside goroutines * chore: avoid t.FailNow in goroutines to appease the race detector
This commit is contained in:
@@ -201,6 +201,8 @@ run:
|
||||
concurrency: 4
|
||||
skip-dirs:
|
||||
- node_modules
|
||||
skip-files:
|
||||
- scripts/rules.go
|
||||
timeout: 5m
|
||||
|
||||
# Over time, add more and more linters from
|
||||
|
||||
Reference in New Issue
Block a user