golangci-lint: enable tparallel
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-02-24 14:24:57 +01:00
parent d70b01eee6
commit 9dce419cfb
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -39,6 +39,7 @@ linters:
- misspell
# - prealloc # disable for now as it might be premature optimisation
- revive
- tparallel
- unconvert
- unparam
- unused