Skip to content

Commit

Permalink
Update proto/protovalidate/buf/validate/validate.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com>
  • Loading branch information
rodaine and emcfarlane authored Dec 4, 2023
1 parent c99e622 commit 1fd8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/protovalidate/buf/validate/validate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ enum Ignore {
IGNORE_EMPTY = 1;
// Validation is skipped if the field is unpopulated or if it is a nullable
// field populated with its default value.
IGNORE_EMPTY_AND_DEFAULT_VALUE = 2;
IGNORE_DEFAULT = 2;
}

// FloatRules describes the constraints applied to `float` values. These
Expand Down

0 comments on commit 1fd8650

Please sign in to comment.