From aac33a4a30a596a395f043b5762c88ccccc571a5 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 22 Oct 2019 15:23:54 -0500 Subject: Initial checking for readthedocs Signed-off-by: baude --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a19d4848f..77502f911 100644 --- a/Makefile +++ b/Makefile @@ -454,7 +454,7 @@ uninstall: .PHONY: .gitvalidation .gitvalidation: .gopathok - GIT_CHECK_EXCLUDE="./vendor" $(GOBIN)/git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD) + GIT_CHECK_EXCLUDE="./vendor:docs/rtd/make.bat" $(GOBIN)/git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD) .PHONY: install.tools install.tools: .install.gitvalidation .install.gometalinter .install.md2man .install.ginkgo .install.golangci-lint ## Install needed tools -- cgit v1.2.3-54-g00ecf