Skip to content

Commit a98ecc3

Browse files
author
Tadeusz Mateńko
authored
chore: reenable buf-breaking linter (#263)
1 parent 65b4c43 commit a98ecc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apiv2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GOEXTRAFLAGS := $(COMMON_GOEXTRAFLAGS)
8989

9090
generate: buf-gen generate-api ## generate protos, types, server and client
9191

92-
lint: $(OUT_DIR) generate validate-openapi license yamllint go-lint hadolint mdlint ## Run all lint
92+
lint: $(OUT_DIR) generate buf-breaking validate-openapi license yamllint go-lint hadolint mdlint ## Run all lint
9393

9494
test: $(OUT_DIR) go-test ## Run all tests
9595

apiv2/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.4
1+
2.1.5-dev

0 commit comments

Comments
 (0)