-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[ProtoApiScrubber] Add directory skeleton and basic logic for field checker #41713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sumit Kumar <[email protected]>
Signed-off-by: Sumit Kumar <[email protected]>
Signed-off-by: Sumit Kumar <[email protected]>
Signed-off-by: Sumit Kumar <[email protected]>
Signed-off-by: Sumit Kumar <[email protected]>
Signed-off-by: Sumit Kumar <[email protected]>
| ], | ||
| deps = [ | ||
| "//source/common/protobuf", | ||
| "@com_google_protoprocessinglib//proto_processing_lib/proto_scrubber", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependency is added for the classes FieldCheckerInterface, FieldCheckResults, etc.
|
Note that the Prechecks and Checks failure are not related to this change. Possibly transient failures in a different filter. |
adisuissa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
|
/retest |
Commit Message: Add directory skeleton and basic logic for field checker
Additional Description: Add dummy implementation of overridden methods of FieldChecker. Subsequent PRs will add incremental functionality including:
Risk Level: None
Testing: UTs added just for coverage POV for now. UTs will be added incrementally per PR as per the functionality added.
Docs Changes: None
Release Notes: N/A
Platform Specific Features: N/A
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]