We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9453cf2 commit 74652e4Copy full SHA for 74652e4
inventory/Makefile
@@ -72,7 +72,7 @@ BUNDLE := "$(shell pwd)/$(OUT_DIR)/policy_bundle.tar.gz"
72
73
generate: buf-gen ent-gen mock-gen cli-gen ## Generate buf and ent
74
75
-lint: $(OUT_DIR) generate migration-test migration-lint license buf-lint go-lint yamllint hadolint mdlint ## Run all linters, generate targets and validate migrations
+lint: $(OUT_DIR) generate migration-test migration-lint license buf-lint buf-breaking go-lint yamllint hadolint mdlint ## Run all linters, generate targets and validate migrations
76
77
test: $(OUT_DIR) go-test ## Run all tests
78
0 commit comments