-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: rename isprivateConnection
to isPrivateConnection
#11656
chore: rename isprivateConnection
to isPrivateConnection
#11656
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
isprivateConnection
to isPrivateConnection
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.
Approved!
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.
Looks good to me.
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.
I initially approved but then realised that there's no unit test update for this change... Because there's no unit test. Not your fault, this funciton was not tested before.
But if you are annoyed by a case issue in the function name so much that you create a PR to update it, I would imagine that the lack of tests on this function is even more an issue for you. At least it is for me.
So ideally, given how simple this function is, and the fact we already have a test file for this utils file, you only have to add a very simple test, even AI generated, and I would approve the name change.
5870190
Quality Gate passedIssues Measures |
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!
For the PR title, I'd recommend that it be changed to "chore" even though this is fixing something, because "fix" typically means bug fix, which this is not. "chore" would be better because it would communicate to the author of the changelog that this can be omitted. Also could you please update the PR description checklist? |
isprivateConnection
to isPrivateConnection
isprivateConnection
to isPrivateConnection
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.
Thank you!
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
Description
This PR corrects a typo in
isPrivateConnection
, which was previously namedisprivateConnection
.Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist