Skip to content

Commit 1735c99

Browse files
committed
Update to protovalidate 0.10.3
1 parent e21b628 commit 1735c99

17 files changed

+2494
-457
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export PATH := $(BIN):$(PATH)
1111
export GOBIN := $(abspath $(BIN))
1212
# Set to use a different Python interpreter. For example, `PYTHON=python make test`.
1313
PYTHON ?= python3
14-
CONFORMANCE_ARGS ?= --strict --strict_message --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
14+
CONFORMANCE_ARGS ?= --strict_message --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
1515
ADD_LICENSE_HEADER := $(BIN)/license-header \
1616
--license-type apache \
1717
--copyright-holder "Buf Technologies, Inc." \
1818
--year-range "2023-2025"
19-
PROTOVALIDATE_VERSION ?= v0.10.0
19+
PROTOVALIDATE_VERSION ?= v0.10.3
2020

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

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

Lines changed: 123 additions & 25 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: 190 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/ignore_proto2_pb2.py

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

0 commit comments

Comments
 (0)