We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ed81c commit 2a2fbc4Copy full SHA for 2a2fbc4
Makefile
@@ -1,12 +1,10 @@
1
-# More exclusions can be added similar with: -not -path './vendor/*'
+# More exclusions can be added similar with: -not -path './testbed/*'
2
ALL_SRC := $(shell find . -name '*.go' \
3
- -not -path './vendor/*' \
4
-not -path './testbed/*' \
5
-type f | sort)
6
7
# All source code and documents. Used in spell check.
8
ALL_SRC_AND_DOC := $(shell find . \( -name "*.md" -o -name "*.go" -o -name "*.yaml" \) \
9
10
11
12
# ALL_PKGS is used with 'go cover'
0 commit comments