We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28394c7 commit 5988f69Copy full SHA for 5988f69
.golangci.yml
@@ -31,7 +31,7 @@ run:
31
modules-download-mode: vendor
32
timeout: 15m
33
# The default concurrency value is the number of available CPU.
34
- concurrency: 2
+ concurrency: 10
35
# Allow multiple parallel golangci-lint instances running.
36
# If false (default) - golangci-lint acquires file lock on start.
37
allow-parallel-runners: false
0 commit comments