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 e88539d commit 2a27044Copy full SHA for 2a27044
.golangci.yml
@@ -29,4 +29,9 @@ linters-settings:
29
30
run:
31
modules-download-mode: vendor
32
- timeout: 10m
+ timeout: 15m
33
+ # The default concurrency value is the number of available CPU.
34
+ concurrency: 2
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