diff --git a/Makefile b/Makefile index 9c818530a8..4067fc21eb 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ check: ## Run required checkers and linters. check-all: check ## Run golang ci linter to check new changes from main. bin/golangci-lint run -c=.golangci.yml --new-from-rev=main -FILES = $(shell find . -type f -name '*.go' -not -path "./vendor/*") +FILES = $(shell find . -type f -name '*.go') format: ## Format source code. bin/gofumpt -l -w $(FILES)