-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix: fix function name in comments #18726
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #18726 +/- ##
==========================================
- Coverage 67.39% 67.37% -0.02%
==========================================
Files 980 980
Lines 106750 106750
Branches 2665 2665
==========================================
- Hits 71940 71927 -13
- Misses 30945 30956 +11
- Partials 3865 3867 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
@cuishuang Hi, please rebase your branch with main. |
Completed. Also do I need to squash multiple commits into one? |
Yes, please squash commit into one. Appreciate! |
Completed. I am very interested in static analysis, and I tried to write some analyzers for go vet, but the proposal was not approved. Specifically, I did some analysis with the abstract syntax tree, but it is difficult to use it as a tool, because the first word in front of a large number of func is not necessarily the method name, so a lot of manual screening is required Work |
Hi @cuishuang please rebase your branch with main. |
Signed-off-by: cui fliter <[email protected]>
Done. Thanks |
@cuishuang congrats on merging your first PR here :)) Welcome to the club! |
Thanks! |
fix function name in comments Signed-off-by: cui fliter <[email protected]> Signed-off-by: Wilfred Almeida <[email protected]>
fix function name in comments Signed-off-by: cui fliter <[email protected]>
No description provided.