This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-godeps-v2 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit f041bfab3112b87950b31adce294835929f20cb7 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun Jan 5 11:04:29 2025 +0200 add some options to golangci --- tests/gocase/.golangci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/gocase/.golangci.yml b/tests/gocase/.golangci.yml index d913e372..eb601473 100644 --- a/tests/gocase/.golangci.yml +++ b/tests/gocase/.golangci.yml @@ -17,6 +17,9 @@ run: timeout: 10m + concurrency: 4 + allow-parallel-runners: true + allow-serial-runners: true linters: disable-all: true enable: @@ -24,7 +27,7 @@ linters: - bodyclose - durationcheck - errcheck - - exportloopref + - copyloopvar - gofmt - goimports - gosimple
