-
Notifications
You must be signed in to change notification settings - Fork 105
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(golint): fixing golint warnings #133
Conversation
Icedroid
commented
May 25, 2020
- fix code by golint warning
Signed-off-by: wiwen <shenggxhz@gmail.com>
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.
Thanks for this PR @Icedroid. There are some fmt changes you need to push to this PR. You will get those files when you run make command.
@Icedroid can you run |
I run make in my mac is failed.
|
Signed-off-by: wiwen <shenggxhz@gmail.com>
Signed-off-by: wiwen <shenggxhz@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #133 +/- ##
==========================================
- Coverage 22.71% 22.65% -0.07%
==========================================
Files 14 14
Lines 493 490 -3
==========================================
- Hits 112 111 -1
+ Misses 380 378 -2
Partials 1 1
Continue to review full report at Codecov.
|
@Icedroid if you have changed crd(comment or anything), then run
And add the unstaged files and push. Also need a favor, can you raise a separate PR to help improve the contrubuting document. Please add the missing details so that no one else faces the same issue. https://github.com/openebs/zfs-localpv/blob/master/CONTRIBUTING.md#pull-request-checklist |
@Icedroid There are still few linter errors, you want to take a look?
|
@Icedroid can you add a changelog also https://github.com/openebs/zfs-localpv/blob/master/CONTRIBUTING.md#adding-a-changelog. See the example here :- https://github.com/openebs/zfs-localpv/blob/master/changelogs/unreleased/121-pawanpraka1 |
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. Will take care of remaining liniting errors in other PR. Please add a changelog.