Skip to content

Commit

Permalink
feat(golangci-lint): don't enforce t.Parallel()
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jan 6, 2022
1 parent 6a53976 commit 253f1de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions targets/mggolangcilint/golangci.yml
Original file line number Diff line number Diff line change
@@ -198,10 +198,6 @@ linters:
# [fast: false, auto-fix: false]
- noctx

# Detect missing usage of t.Parallel() method in your Go test.
# [fast: true, auto-fix: false]
- paralleltest

# Drop-in replacement of golint.
# [fast: false, auto-fix: false]
- revive

0 comments on commit 253f1de

Please sign in to comment.