Skip to content

Commit f7d4900

Browse files
committed
fix linter config
1 parent b875ac4 commit f7d4900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ run:
44
issues-exit-code: 1 # exit code when issue was found
55
build-tags: [] # list of build tags
66
tests: true # include tests
7-
skip-dirs: [] # dirs to skip
7+
skip-dirs: # dirs to skip
8+
- vend
89
skip-dirs-use-default: true # skip vendor, third_party, test_data
910
modules-download-mode: readonly # readonly|release|vendor
1011

0 commit comments

Comments
 (0)