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 11851ad commit 441d39cCopy full SHA for 441d39c
.golangci.yml
@@ -10,17 +10,14 @@ issues:
10
linters:
11
disable-all: true
12
enable:
13
- - deadcode
14
- errcheck
15
- gofmt
16
- gosimple
17
- ineffassign
18
- misspell
19
- staticcheck
20
- - structcheck
21
- unconvert
22
- unused
23
- - varcheck
24
- vet
25
26
linters-settings:
@@ -31,7 +28,7 @@ run:
31
28
modules-download-mode: vendor
32
29
timeout: 60m
33
30
# The default concurrency value is the number of available CPU.
34
- concurrency: 12
+ 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: true
0 commit comments