Skip to content

Commit ffcf475

Browse files
committed
ci: golangci-lint settings
1 parent 724d133 commit ffcf475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run:
3131
modules-download-mode: vendor
3232
timeout: 15m
3333
# The default concurrency value is the number of available CPU.
34-
concurrency: 10
34+
concurrency: 12
3535
# Allow multiple parallel golangci-lint instances running.
3636
# If false (default) - golangci-lint acquires file lock on start.
37-
allow-parallel-runners: false
37+
allow-parallel-runners: true

0 commit comments

Comments
 (0)