Skip to content

Commit

Permalink
Remove paralleltest
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikola committed Nov 27, 2020
1 parent be77b19 commit d2a85bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ linters:
# New line required before return would require a large fraction of the
# code base to need updating, it's not worth the perceived benefit.
- nlreturn
# Opinionated and sometimes wrong.
- paralleltest
disable-all: false
presets:
# bodyclose, errcheck, gosec, govet, scopelint, staticcheck, typecheck
Expand Down

0 comments on commit d2a85bd

Please sign in to comment.