File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ BUILD_OPTS?=-mod=vendor "-ldflags=$(BUILDINFO)"
5050BUILD_OPTS_DEPLOY?=-mod =vendor "-ldflags=$(BUILDINFO ) -w -s"
5151
5252check : lint test # # Run linters and tests
53- check-windows-appveyor : lint-windows-appveyor test # # Run linters and tests
5453
5554check-windows : lint test-windows # # Run linters and tests on windows
5655
@@ -63,11 +62,6 @@ lint: ## Run linters. Use make install-linters first
6362 # The govet version in golangci-lint is out of date and has spurious warnings, run it separately
6463 ${OPTS} go vet -all ./...
6564
66- lint-windows-appveyor : # # Run linters on appveyor only (windows)
67- C:\U sers\a ppveyor\g o\b in\g olangci-lint run -c .golangci.yml ./...
68- # The govet version in golangci-lint is out of date and has spurious warnings, run it separately
69- ${OPTS} go vet -all ./...
70-
7165vendorcheck : # # Run vendorcheck
7266 GO111MODULE=off vendorcheck ./...
7367
You can’t perform that action at this time.
0 commit comments