File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/buf/validate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Version of buf.build/bufbuild/protovalidate to use.
2- protovalidate.version = v0.11.0
2+ protovalidate.version = v0.11.1
33
44# Arguments to the protovalidate-conformance CLI
55protovalidate.conformance.args = --strict_message --strict_error --expected_failures=expected-failures.yaml
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ message FieldRules {
184184 // described as "serialized in the wire format," which includes:
185185 //
186186 // - the following "nullable" fields must be explicitly set to be considered populated:
187- // - singular message fields (whose fields may be unpopulated/ default values)
187+ // - singular message fields (whose fields may be unpopulated / default values)
188188 // - member fields of a oneof (may be their default value)
189189 // - proto3 optional fields (may be their default value)
190190 // - proto2 scalar fields (both optional and required)
You can’t perform that action at this time.
0 commit comments