-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: add Java sample app dependency #5153
Conversation
@chingor13 is a better reviewer, given my calendar this week. Thanks for this awesome work supporting @bourgeoisor! |
incomingPR.title | ||
); | ||
|
||
const isVersionValid = runVersioningValidation(versions); |
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.
It would still be nice to do the refactor we had planned or at least make this more readable. It's hard to tell at a glance what this is validating.
@@ -0,0 +1,171 @@ | |||
// Copyright 2023 Google LLC |
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.
nit: the file name should match the class name better - it would help make it easier to discover where the class is defined.
Fixes #5098