Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
--year-range "2023-2025"
# This version should be kept in sync with the version in buf.yaml
PROTOVALIDATE_VERSION ?= v0.14.0
# Version of the cel-spec that this implementation is conformant with
# This should be kept in sync with the version in test/test_format.py
# Version of the cel-spec that this implementation is conformant with.
CEL_SPEC_VERSION ?= v0.24.0
TESTDATA_FILE := test/testdata/string_ext_$(CEL_SPEC_VERSION).textproto
TESTDATA_FILE := test/testdata/string_ext.textproto

.PHONY: help
help: ## Describe useful make targets
Expand All @@ -38,8 +37,6 @@ clean: ## Delete intermediate build artifacts
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
rm -rf gen
$(BIN)/buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
$(BIN)/buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
$(BIN)/buf generate buf.build/google/cel-spec:$(CEL_SPEC_VERSION) --exclude-path cel/expr/conformance/proto2 --exclude-path cel/expr/conformance/proto3
$(BIN)/buf generate
$(ADD_LICENSE_HEADER)

Expand Down
1 change: 0 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ modules:
- path: proto
deps:
- buf.build/bufbuild/protovalidate:v0.14.0
- buf.build/bufbuild/protovalidate-testing:v0.14.0
lint:
use:
- STANDARD
Expand Down
54 changes: 0 additions & 54 deletions gen/buf/validate/conformance/cases/bool_pb2.py

This file was deleted.

44 changes: 0 additions & 44 deletions gen/buf/validate/conformance/cases/bool_pb2.pyi

This file was deleted.

122 changes: 0 additions & 122 deletions gen/buf/validate/conformance/cases/bytes_pb2.py

This file was deleted.

Loading