Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ extend buf.validate.Int32Rules {
repeated int32 int32_abs_in_proto2 = 1161 [(buf.validate.predefined).cel = {
id: "int32.abs_in.proto2"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

extend buf.validate.Int64Rules {
repeated google.protobuf.Int64Value int64_abs_in_proto2 = 1161 [(buf.validate.predefined).cel = {
id: "int64.abs_in.proto2"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ extend buf.validate.Int32Rules {
repeated int32 int32_abs_in_edition_2023 = 1162 [(buf.validate.predefined).cel = {
id: "int32.abs_in.edition_2023"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

extend buf.validate.Int64Rules {
repeated google.protobuf.Int64Value int64_abs_in_edition_2023 = 1162 [(buf.validate.predefined).cel = {
id: "int64.abs_in.edition_2023"
expression: "this in rule || this in rule.map(n, -n)"
message: "value must be in absolute value of list"
message: "must be in absolute value of list"
}];
}

Expand Down
841 changes: 420 additions & 421 deletions proto/protovalidate/buf/validate/validate.proto

Large diffs are not rendered by default.

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.

Loading
Loading