From 23bcce3f9cfdc1f291d306304cda4349d3b31afe Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Fri, 4 Oct 2024 18:09:19 +0300 Subject: [PATCH] all: imp fmt --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f22657970..e1756d402 100644 --- a/Makefile +++ b/Makefile @@ -75,11 +75,11 @@ go-check: go-tools go-lint go-test # A quick check to make sure that all operating systems relevant to the # development of the project can be typechecked and built successfully. go-os-check: - $(ENV) GOOS='darwin' "$(GO.MACRO)" vet ./internal/... - $(ENV) GOOS='freebsd' "$(GO.MACRO)" vet ./internal/... - $(ENV) GOOS='linux' "$(GO.MACRO)" vet ./internal/... - $(ENV) GOOS='openbsd' "$(GO.MACRO)" vet ./internal/... - $(ENV) GOOS='windows' "$(GO.MACRO)" vet ./internal/... + $(ENV) GOOS='darwin' "$(GO.MACRO)" vet ./... + $(ENV) GOOS='freebsd' "$(GO.MACRO)" vet ./... + $(ENV) GOOS='openbsd' "$(GO.MACRO)" vet ./... + $(ENV) GOOS='linux' "$(GO.MACRO)" vet ./... + $(ENV) GOOS='windows' "$(GO.MACRO)" vet ./... txt-lint: ; $(ENV) "$(SHELL)" ./scripts/make/txt-lint.sh