-
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
feat(zfspv) Add golint check to travis #175
Conversation
6f60615
to
b52e014
Compare
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
==========================================
+ Coverage 22.65% 22.88% +0.23%
==========================================
Files 14 14
Lines 490 485 -5
==========================================
Hits 111 111
+ Misses 378 373 -5
Partials 1 1
Continue to review full report at Codecov.
|
I think it should be better now :) but I cant till if the |
deb5f9d
to
43d7286
Compare
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.
@vaniisgh few minor comments, can you add changelog also?
@pawanpraka1 yes just making these changes, I think changelog is updated in the PR already. Should I change it ? so updated everything else, hope it looks ok :) |
Signed-off-by: vaniisgh <vanisingh@live.co.uk> - update typos & names Signed-off-by: vaniisgh <vanisingh@live.co.uk>
Signed-off-by: vaniisgh <vanisingh@live.co.uk>
Signed-off-by: vaniisgh <vanisingh@live.co.uk>
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.
Following PR added for changelog - openebs#166 - openebs#171 - openebs#172 - openebs#164 - openebs#160 - openebs#167 - openebs#170 - openebs#161 - openebs#174 - openebs#175 Signed-off-by: Pawan <pawan@mayadata.io>
Following PR added for changelog - openebs#166 - openebs#171 - openebs#172 - openebs#164 - openebs#160 - openebs#167 - openebs#170 - openebs#161 - openebs#174 - openebs#175 Signed-off-by: Pawan <pawan@mayadata.io>
Following PR added for changelog - openebs#166 - openebs#171 - openebs#172 - openebs#164 - openebs#160 - openebs#167 - openebs#170 - openebs#161 - openebs#174 - openebs#175 Signed-off-by: Pawan <pawan@mayadata.io>
Instead of checking for the finalizer, checking for the volume state to be ready is more intuitive before mounting it. Also removed duplicate if statement for btrfs which was added while resolveing the merge conflict in openebs#175. Signed-off-by: Pawan <pawan@mayadata.io>
Instead of checking for the finalizer, checking for the volume state to be ready is more intuitive before mounting it. Also removed duplicate if statement for btrfs which was added while resolveing the merge conflict in openebs#175. Signed-off-by: Pawan <pawan@mayadata.io>
Instead of checking for the finalizer, checking for the volume state to be ready is more intuitive before mounting it. Also removed duplicate if statement for btrfs which was added while resolveing the merge conflict in #175. Signed-off-by: Pawan <pawan@mayadata.io>
Instead of checking for the finalizer, checking for the volume state to be ready is more intuitive before mounting it. Also removed duplicate if statement for btrfs which was added while resolveing the merge conflict in openebs#175. Signed-off-by: Pawan <pawan@mayadata.io>
Instead of checking for the finalizer, checking for the volume state to be ready is more intuitive before mounting it. Also removed duplicate if statement for btrfs which was added while resolveing the merge conflict in #175. Signed-off-by: Pawan <pawan@mayadata.io>
Signed-off-by: vaniisgh vanisingh@live.co.uk
Why is this PR required? What issue does it fix?:
Fixes #168
What this PR does?:
Fixes all golint warnings and adds make golint target to travis
Any additional information for your reviewer? :
There's this linting issue that happens golang/lint#210
I fixed it bu just exporting the names
I think there could be a better way to do it ... please review :)
Checklist:
<type>(<scope>): <subject>