Skip to content

Commit 5358859

Browse files
committed
ci: fix .golangci.yml
1 parent 07d3fc4 commit 5358859

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.golangci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
version: 2
1+
version: "2"
22

33
run:
44
timeout: 10m
55
issues-exit-code: 1
66
tests: true
7-
skip-dirs:
8-
- vendor
9-
- .git
10-
- node_modules
117

128
linters:
139
enable:
@@ -32,7 +28,6 @@ linters:
3228
min-complexity: 25
3329
cyclop:
3430
max-complexity: 25
35-
skip-tests: true
3631

3732
exclusions:
3833
rules:

0 commit comments

Comments
 (0)