Skip to content

Commit 2a2fbc4

Browse files
huikangPaulo Janotti
authored andcommitted
Remove vendor in Makefile (#245)
Signed-off-by: Hui Kang <[email protected]>
1 parent 35ed81c commit 2a2fbc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# More exclusions can be added similar with: -not -path './vendor/*'
1+
# More exclusions can be added similar with: -not -path './testbed/*'
22
ALL_SRC := $(shell find . -name '*.go' \
3-
-not -path './vendor/*' \
43
-not -path './testbed/*' \
54
-type f | sort)
65

76
# All source code and documents. Used in spell check.
87
ALL_SRC_AND_DOC := $(shell find . \( -name "*.md" -o -name "*.go" -o -name "*.yaml" \) \
9-
-not -path './vendor/*' \
108
-type f | sort)
119

1210
# ALL_PKGS is used with 'go cover'

0 commit comments

Comments
 (0)