We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61549d commit 6629ceaCopy full SHA for 6629cea
GNUmakefile
@@ -17,7 +17,7 @@ testacc: fmtcheck
17
18
vet:
19
@echo "go vet ."
20
- @go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \
+ @go vet $$(go list ./... | grep -v scripts | grep -v vendor/) ; if [ $$? -eq 1 ]; then \
21
echo ""; \
22
echo "Vet found suspicious constructs. Please check the reported constructs"; \
23
echo "and fix them if necessary before submitting the code for review."; \
0 commit comments