Skip to content

Commit be3ffb3

Browse files
committed
Remove deprecated golangci-lint flag.
After this change we still ignore vendor. Newer versions have --exclude-dirs-use-default which defaults to true.
1 parent 71572c2 commit be3ffb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .golangci.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
run:
22
timeout: 5m
3-
skip-dirs:
4-
- vendor
53
linters:
64
disable-all: true
75
enable:

0 commit comments

Comments
 (0)