-
Notifications
You must be signed in to change notification settings - Fork 259
test #4148
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
base: master
Are you sure you want to change the base?
test #4148
Conversation
|
/azp run NPM Scale Test, NPM Conformance Tests |
|
Azure Pipelines successfully started running 2 pipeline(s). |
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.
Pull request overview
This PR adds an extra period to a comment in the translatePolicy.go file, changing "destination side." to "destination side.." However, this appears to be unintentional as it results in a double period at the end of the comment, which is a spelling/punctuation error.
- Single character change: Added an extra period to a comment
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| func portRule(ruleIPSets []*ipsets.TranslatedIPSet, acl *policies.ACLPolicy, portRule *networkingv1.NetworkPolicyPort, portType netpolPortType) []*ipsets.TranslatedIPSet { | ||
| // port rule is always applied to destination side. | ||
| // port rule is always applied to destination side.. |
Copilot
AI
Nov 26, 2025
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.
Extra period at the end of the comment. The comment should end with a single period.
| // port rule is always applied to destination side.. | |
| // port rule is always applied to destination side. |
|
Being nit picky here, can you give this PR an appropriate title? |
Reason for Change:
Issue Fixed:
Requirements:
Notes: