diff --git a/Makefile b/Makefile index 4e6079963..9140a14b4 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ version: ## print current cri plugin release version lint: @echo "$(WHALE) $@" - golangci-lint run --skip-files .*_test.go + golangci-lint run --skip-files .*_test.go --skip-dirs='(integration)' gofmt: @echo "$(WHALE) $@"