-
Notifications
You must be signed in to change notification settings - Fork 39
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
Extend OptionalIdentity
Refaster rule
#951
Conversation
Looks good. No mutations were possible for these changes. |
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.
Tnx @werli!
Optional.of("corge").stream().min(String::compareTo), | ||
Optional.of("grault").stream().max(String::compareTo)); |
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.
We first use quux
and quuz
😄
(I see that on 2022-08-12 quuz
was removed from the relevant Wikipedia page, but updating our tests is a topic for a separate PR. ;) )
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.
Let's be real: I had no clue about this and just copy pasta'd this. Good to know, thanks!
Looks good. No mutations were possible for these changes. |
(Slightly tweaked the suggested commit message.) |
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 🚀
61ca04f
to
ca1132e
Compare
Rebased, will merge once 🟢 ! |
Looks good. No mutations were possible for these changes. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
As I spotted this no-op.
Suggested commit message