Skip to content

Commit 8b93b56

Browse files
Merge pull request #36 from gibizer/remote-fmt-from-tidy
Remove fmt dependency from make tidy
2 parents c761b84 + 24d1e17 commit 8b93b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ vet: ## Run go vet against code.
104104
go vet ./...
105105

106106
.PHONY: tidy
107-
tidy: fmt
107+
tidy: ## Run go mod tidy on every mod file in the repo
108108
go mod tidy; \
109109
pushd "$(LOCALBIN)/../api"; \
110110
go mod tidy; \

0 commit comments

Comments
 (0)