From 25b34972f4c58ede6528e3ae25c54c29eb9034e1 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 9 Jan 2020 14:18:09 -0600 Subject: [CI:DOCS]update apiv2 documentation with swagger goods Signed-off-by: baude --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbbcbf9e6..c1ae33cfe 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ lint: .gopathok varlink_generate ## Execute the source code linter @./.tool/lint golangci-lint: .gopathok varlink_generate .install.golangci-lint - $(GOBIN)/golangci-lint run --tests=false + $(GOBIN)/golangci-lint run --tests=false --skip-files swagger.go gofmt: ## Verify the source code gofmt find . -name '*.go' ! -path './vendor/*' -exec gofmt -s -w {} \+ -- cgit v1.2.3-54-g00ecf