From 944b3ab3b8c8697e7ff6b6ab3a7d009276c8e6d5 Mon Sep 17 00:00:00 2001 From: Nikolas De Giorgis Date: Tue, 16 Apr 2024 10:17:23 +0100 Subject: [PATCH] Revert change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9498ddaa2b4..75db4c1bae2 100644 --- a/Makefile +++ b/Makefile @@ -331,7 +331,7 @@ lint-fix: @echo "--> Running linter" @./scripts/go-lint-all.sh --fix -#? format: Run gofumpt and misspell +#? format: Run gofumpt and mispell format: find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./docs/client/statik/statik.go" -not -path "./tests/mocks/*" -not -name '*.pb.go' -not -name '*.pb.gw.go' | xargs gofumpt -w find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./docs/client/statik/statik.go" -not -path "./tests/mocks/*" -not -name '*.pb.go' -not -name '*.pb.gw.go' | xargs misspell -w