Skip to content

Commit 09c72bd

Browse files
committed
linter: exclude vendor/ directory
1 parent e8bf4da commit 09c72bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
exclude-dirs:
3+
- vendor
4+
25
linters-settings:
36
govet:
47
disable:

0 commit comments

Comments
 (0)