-
Notifications
You must be signed in to change notification settings - Fork 617
Refactor PomValidator #4924
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
Refactor PomValidator #4924
Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Unit Test Results 763 files + 735 763 suites +735 32m 14s ⏱️ + 31m 42s For more details on these failures, see this check. Results for commit 925ad77. ± Comparison against base commit 7509feb. ♻️ This comment has been updated with latest results. |
Size Report 1Affected ProductsNo changes between base commit (7509feb) and merge commit (a0c0cc3).Test Logs |
Coverage Report 1Affected Products
Test Logs |
Per b/279212956,
This takes advantage of the new extension methods provided in the recently merged #4879, and refactors the
PomValidator
task to take advantage of them.Additionally, this fixes b/279212781 - providing documentation for the
PomValidator
task.