-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/lint files #89
Conversation
modulus.io.print('Add-Ons provisioned for ' + projectName.verbose); | ||
// ---------------------------------------------------------------------------- | ||
addOn.printList = function (projectName, addons) { | ||
var addonConfig,configItem, i; |
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.
You need a space between the first two items. And can you put i
first? At first I didn't see it...would be more obvious at the front.
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.
👍
c580946
to
fa8b0b8
Compare
} | ||
], function(err, results) { | ||
modulus.io.success('Feedback sent. Thank you for the message.'); | ||
], function (results) { // ignores 'error' |
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.
err
is still the first param, even if you ignore it. You probably meant to remove all params since it does not appear to use any of them
150223e
to
c8dc663
Compare
updated |
@tzmanics I think this branch looks good, ready to review sub-branches as you complete them |
Only use `Logger.debug` for CLI.
7595c4c
to
46f5e0f
Compare
@tzmanics I'm afraid all this work might be a lost cause 😢 :
How do you feel about closing it and I will give it another shot |
created #163 which converts the project to |
Linted
lib/commands
directory files.