Skip to content

Commit 441d39c

Browse files
authored
Update .golangci.yml
1 parent 11851ad commit 441d39c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.golangci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ issues:
1010
linters:
1111
disable-all: true
1212
enable:
13-
- deadcode
1413
- errcheck
1514
- gofmt
1615
- gosimple
1716
- ineffassign
1817
- misspell
1918
- staticcheck
20-
- structcheck
2119
- unconvert
2220
- unused
23-
- varcheck
2421
- vet
2522

2623
linters-settings:
@@ -31,7 +28,7 @@ run:
3128
modules-download-mode: vendor
3229
timeout: 60m
3330
# The default concurrency value is the number of available CPU.
34-
concurrency: 12
31+
concurrency: 2
3532
# Allow multiple parallel golangci-lint instances running.
3633
# If false (default) - golangci-lint acquires file lock on start.
3734
allow-parallel-runners: true

0 commit comments

Comments
 (0)