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 724d133 commit ffcf475Copy full SHA for ffcf475
.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: 10
+ concurrency: 12
35
# Allow multiple parallel golangci-lint instances running.
36
# If false (default) - golangci-lint acquires file lock on start.
37
- allow-parallel-runners: false
+ allow-parallel-runners: true
0 commit comments