Skip to content

Commit 8ea2b64

Browse files
Implement structured field and rule paths for violations (#217)
Implements the changes necessary to propagate field and rule paths in Violation messages, passing conformance. Depends on bufbuild/protovalidate#265. DO NOT MERGE until the following is done: - [x] bufbuild/protovalidate#265 is merged - [x] Dependencies updated to stable version release
1 parent aa8f250 commit 8ea2b64

File tree

8 files changed

+385
-93
lines changed

8 files changed

+385
-93
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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+
PROTOVALIDATE_VERSION ?= v0.9.0
2020

2121
.PHONY: help
2222
help: ## Describe useful make targets

gen/buf/validate/conformance/cases/custom_constraints/custom_constraints_pb2.py

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

gen/buf/validate/conformance/cases/custom_constraints/custom_constraints_pb2.pyi

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

gen/buf/validate/validate_pb2.py

Lines changed: 12 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: 36 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)