-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove checking not_contains containing prefix/suffix/contains in buf…
… lint for protovalidate (#2597) This PR updates `PROTOVALIDATE` rule to stop checking whether `not_contains` contains `prefix`/`suffix`/`contains`, which does not imply invalid rules. For example, `not_contains: "foo_bar", contains: "foo"` is valid because string `foo_` passes this check.
- Loading branch information
1 parent
8b898f1
commit e7eef03
Showing
3 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters