Skip to content

Commit 13bc858

Browse files
committed
fix(ci): remove invalid skip-dirs from golangci-lint config
Remove skip-dirs property which is not supported in golangci-lint v2.3.0
1 parent 4f02a67 commit 13bc858

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ version: "2"
44
run:
55
timeout: 5m
66
tests: false
7-
# Skip these directories entirely
8-
skip-dirs:
9-
- scripts
10-
- vendor
11-
- testdata
127

138
issues:
149
# Maximum issues to report

0 commit comments

Comments
 (0)