Skip to content

Commit 83613a5

Browse files
committed
Test commit
1 parent 346bffb commit 83613a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.golangci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ linters:
3636
path: _test\.go
3737
paths:
3838
- vendor
39-
- third_party$
40-
- builtin$
41-
- examples$
39+
- third_party
40+
- builtin
41+
- examples
4242
formatters:
4343
enable:
4444
- gofmt
@@ -47,6 +47,6 @@ formatters:
4747
generated: lax
4848
paths:
4949
- vendor
50-
- third_party$
51-
- builtin$
52-
- examples$
50+
- third_party
51+
- builtin
52+
- examples

0 commit comments

Comments
 (0)