diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 21:12:41 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-01 22:42:08 -0700 |
commit | be7d6b7e1a0bdcbfdd5281dfb12ae53cf1b9f6ca (patch) | |
tree | 4d971748c6933698dd36cc182e185ff8dab7739f | |
parent | c420890e50f19902007966da4b50e658ec7f42ab (diff) |
lint: Turn on paralleltest
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 5e31143..afaf507 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -41,7 +41,6 @@ linters: - nestif - nlreturn - nonamedreturns - - paralleltest - predeclared - revive - stylecheck |