-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: #15: Added review command #22
base: master
Are you sure you want to change the base?
Conversation
9747b82
to
07a0f59
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.
Besides the commented out lines, LGTM.
lib/commands/review/index.js
Outdated
logger.log('No git'); | ||
} | ||
|
||
// return process.exit(0); |
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.
Remove this?
lib/utils/readConfig/index.js
Outdated
return _config; | ||
}) | ||
.catch(() => { | ||
// logger.log(err.message); |
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.
Remove this as well?
The branch has conflicts btw |
Looks pretty good. As usual, I'm learning quite a bit by reading your code :). I do have some high level comments though |
I've noticed that the tests are flaud because of mock-fs. I'm currently trying to figure out a workaround for this problem. Will process the comments as well. |
Yo @RamonGebben I fixed the merge conflicts for you <3 |
Added review command mentioned in #15
@alxbrg can you test this and see if it works for you?
TODO: