We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5478b00 commit b857946Copy full SHA for b857946
openshift/Makefile
@@ -9,7 +9,7 @@ include $(DIR)/.bingo/Variables.mk
9
10
.PHONY: verify
11
verify: ## Run downstream-specific verify
12
- $(MAKE) tidy fmt vet generate -C $(DIR)/../
+ $(MAKE) tidy fmt generate -C $(DIR)/../
13
$(MAKE) manifests
14
git diff --exit-code
15
0 commit comments