Skip to content

Commit eb7ccd3

Browse files
committed
Test commit
1 parent 346bffb commit eb7ccd3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.golangci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "2"
22
run:
33
build-tags:
44
- e2e
5+
modules-download-mode: vendor
56
issues-exit-code: 1
67
linters:
78
enable:
@@ -36,9 +37,9 @@ linters:
3637
path: _test\.go
3738
paths:
3839
- vendor
39-
- third_party$
40-
- builtin$
41-
- examples$
40+
- third_party
41+
- builtin
42+
- examples
4243
formatters:
4344
enable:
4445
- gofmt
@@ -47,6 +48,6 @@ formatters:
4748
generated: lax
4849
paths:
4950
- vendor
50-
- third_party$
51-
- builtin$
52-
- examples$
51+
- third_party
52+
- builtin
53+
- examples

0 commit comments

Comments
 (0)