Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement structured field and rule paths for violations #217

Merged
merged 8 commits into from
Nov 27, 2024
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
--license-type apache \
--copyright-holder "Buf Technologies, Inc." \
--year-range "2023"
PROTOVALIDATE_VERSION ?= v0.8.2
# TODO: DO NOT MERGE
PROTOVALIDATE_VERSION ?= a4d7e113cc9e8944fb22098123eddc5413500381

.PHONY: help
help: ## Describe useful make targets
Expand All @@ -33,8 +34,10 @@ clean: ## Delete intermediate build artifacts
.PHONY: generate
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
rm -rf gen
buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
# TODO: DO NOT MERGE
buf generate buf.build/jchadwick-buf/protovalidate:fd74cad4128d4294812fe3ad3fac0e2f
# TODO: DO NOT MERGE
buf generate buf.build/jchadwick-buf/protovalidate-testing:4b978585a3ae4589a2bf979580e0cf51
$(ADD_LICENSE_HEADER) --ignore __init__.py

.PHONY: format
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions gen/buf/validate/validate_pb2.py

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions gen/buf/validate/validate_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading