Skip to content

Commit 53eeac6

Browse files
committed
HYPERFLEET-1025 - feat: add generate-all as lint prerequisite
1 parent 20f9bf8 commit 53eeac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ verify: ## Verify source passes standard checks
109109
)
110110

111111
.PHONY: lint
112-
lint: $(GOLANGCI_LINT) ## Run golangci-lint
112+
lint: generate-all $(GOLANGCI_LINT) ## Run golangci-lint
113113
$(GOLANGCI_LINT) run ./cmd/... ./pkg/... ./test/...
114114

115115
.PHONY: verify-migrations

0 commit comments

Comments
 (0)