Skip to content

Commit d1bf191

Browse files
author
John Chadwick
committed
DO NOT MERGE: ypdate to experimental protovalidate
1 parent 5806442 commit d1bf191

File tree

3 files changed

+49
-11
lines changed

3 files changed

+49
-11
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616
--license-type apache \
1717
--copyright-holder "Buf Technologies, Inc." \
1818
--year-range "2023"
19-
PROTOVALIDATE_VERSION ?= v0.8.2
19+
# TODO: DO NOT MERGE
20+
PROTOVALIDATE_VERSION ?= 9fbcb20937fb97609f5711d25474213241694294
2021

2122
.PHONY: help
2223
help: ## Describe useful make targets
@@ -33,8 +34,9 @@ clean: ## Delete intermediate build artifacts
3334
.PHONY: generate
3435
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
3536
rm -rf gen
36-
buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
37-
buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
37+
# TODO: DO NOT MERGE
38+
buf generate buf.build/jchadwick-buf/protovalidate:6ecee89ee0c94599abc6a872387cd5ed
39+
buf generate buf.build/bufbuild/protovalidate-testing:v0.8.2
3840
$(ADD_LICENSE_HEADER) --ignore __init__.py
3941

4042
.PHONY: format

gen/buf/validate/validate_pb2.py

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/validate_pb2.pyi

Lines changed: 34 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)