Skip to content

Commit 2a1f608

Browse files
committed
ci: fix node_modules path exclusion in golangci config
1 parent 35e68b5 commit 2a1f608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ linters:
9393
- third_party$
9494
- builtin$
9595
- examples$
96-
- node_modules$
96+
- node_modules
9797
formatters:
9898
enable:
9999
- gofmt
@@ -104,4 +104,4 @@ formatters:
104104
- third_party$
105105
- builtin$
106106
- examples$
107-
- node_modules$
107+
- node_modules

0 commit comments

Comments
 (0)