Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine committed Jan 19, 2024
1 parent a576ac1 commit 48aa472
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions proto/tests/example/v1/validations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,8 @@ message CelMapOnARepeated {
}

message RepeatedItemCel {
repeated string paths = 1 [
(buf.validate.field).repeated.items.cel = {
id: "paths.no_space",
expression: "!this.startsWith(' ')"
}
];
}
repeated string paths = 1 [(buf.validate.field).repeated.items.cel = {
id: "paths.no_space",
expression: "!this.startsWith(' ')"
}];
}

0 comments on commit 48aa472

Please sign in to comment.