From 1f16a594102be8946e6f9d3932f8d696c727c3c5 Mon Sep 17 00:00:00 2001 From: wang yan Date: Fri, 21 Feb 2025 18:56:19 +0800 Subject: [PATCH] fix Signed-off-by: wang yan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcdbcb547..cea8364ef 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ version/version.go: check: ## run all linters (TODO: enable "unused", "varcheck", "ineffassign", "unconvert", "staticheck", "goimports", "structcheck") @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 @echo "$(WHALE) $@"