Skip to content

Commit b088660

Browse files
authored
GODRIVER-2569 Use the paralleltest linter. (#1087)
1 parent 6f84f7e commit b088660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ linters:
1616
- makezero
1717
- misspell
1818
- nakedret
19+
- paralleltest
1920
- prealloc
2021
- revive
2122
- staticcheck
@@ -35,6 +36,9 @@ linters-settings:
3536
disable:
3637
- cgocall
3738
- composites
39+
paralleltest:
40+
# Ignore missing calls to `t.Parallel()` and only report incorrect uses of `t.Parallel()`.
41+
ignore-missing: true
3842
staticcheck:
3943
checks: [
4044
"all",

0 commit comments

Comments
 (0)