-
Notifications
You must be signed in to change notification settings - Fork 950
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
refactor: fix part of megacheck issue #2500
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2500 +/- ##
=========================================
Coverage ? 69.19%
=========================================
Files ? 278
Lines ? 18439
Branches ? 0
=========================================
Hits ? 12758
Misses ? 4235
Partials ? 1446
|
af42b50
to
bcc8b03
Compare
please rebase your pr, thanks |
bcc8b03
to
467fbdf
Compare
@@ -33,17 +33,13 @@ type uidParser struct { | |||
placeholder string | |||
uid int | |||
gid int | |||
finger []string | |||
userdir string | |||
shell string |
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.
please help to check whether these fields are useful in your scope. @Ace-Tang
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.
The code have been changed by @rudyfly once, I think it is why make these filed unused, but the function should be fine
Could you please make this move on ? @ZYecho |
06762b7
to
97e1db7
Compare
Sorry for late, update. |
70bfc52
to
f67c866
Compare
Signed-off-by: zhangyue <zy675793960@yeah.net>
LGTM |
Signed-off-by: zhangyue zy675793960@yeah.net
Ⅰ. Describe what this PR did
As the title desc, but just part of this issue.
Ⅱ. Does this pull request fix one issue?
ref #2495
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
just refactor, no need.
Ⅳ. Describe how to verify it
wait for CI pass.
Ⅴ. Special notes for reviews
leave some of issue, and I add more comment in the issue #2495