-
Notifications
You must be signed in to change notification settings - Fork 372
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
Small refactorings for better code structure #223
Small refactorings for better code structure #223
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
==========================================
- Coverage 54.35% 53.78% -0.58%
==========================================
Files 13 14 +1
Lines 701 701
==========================================
- Hits 381 377 -4
- Misses 269 273 +4
Partials 51 51
Continue to review full report at Codecov.
|
eb60626
to
b81b515
Compare
cmd/krew/cmd/search.go
Outdated
@@ -19,10 +19,12 @@ import ( | |||
"strings" | |||
|
|||
"github.com/pkg/errors" | |||
|
|||
"sigs.k8s.io/krew/pkg/index/indexscanner" |
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.
seems like this import should be on the next block. (conflicts with #222)
Small comments. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, corneliusweig The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b81b515
to
96ae3a8
Compare
/lgtm |
This PR includes some small refactorings which originally were part of #195 . In particular:
constants.go
installation
and into theindex
package.