Skip to content

Commit 74652e4

Browse files
author
Raphael V Rosa
authored
Restores buf-breaking in inventory (#151)
1 parent 9453cf2 commit 74652e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ BUNDLE := "$(shell pwd)/$(OUT_DIR)/policy_bundle.tar.gz"
7272

7373
generate: buf-gen ent-gen mock-gen cli-gen ## Generate buf and ent
7474

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
75+
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
7676

7777
test: $(OUT_DIR) go-test ## Run all tests
7878

0 commit comments

Comments
 (0)