-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update protovalidate tests to ignore lint warnings (#79)
In some cases we want to have test cases that fail the new protovalidate lint warnings. Update the buf.yaml to exclude those lint checks from the tests. Additionally, update to the latest cel-go.
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,8 @@ breaking: | |
use: | ||
- FILE | ||
lint: | ||
ignore_only: | ||
PROTOVALIDATE: | ||
- tests/example/v1/validations.proto | ||
use: | ||
- DEFAULT |