mirror of
https://github.com/distribution/distribution.git
synced 2025-08-06 17:33:34 +00:00
fix
Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
b72cb66843
commit
1f16a59410
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ version/version.go:
|
|||||||
|
|
||||||
check: ## run all linters (TODO: enable "unused", "varcheck", "ineffassign", "unconvert", "staticheck", "goimports", "structcheck")
|
check: ## run all linters (TODO: enable "unused", "varcheck", "ineffassign", "unconvert", "staticheck", "goimports", "structcheck")
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
@GO111MODULE=off golangci-lint --build-tags "${BUILDTAGS}" run
|
@GO111MODULE=off golangci-lint --build-tags "${BUILDTAGS}" run --skip-files ".*_test.go"
|
||||||
|
|
||||||
test: ## run tests, except integration test with test.short
|
test: ## run tests, except integration test with test.short
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user