Skip to content
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

Bug 1215292 - Initial lint fixes #32

Merged
merged 1 commit into from Oct 19, 2015
Merged

Bug 1215292 - Initial lint fixes #32

merged 1 commit into from Oct 19, 2015

Conversation

rwood-moz
Copy link

No description provided.

@@ -53,7 +53,7 @@ Command.prototype.adb = function(command) {
* @returns {Command}
*/
Command.prototype.adbShell = function(command) {
return this.adb("shell '" + command + "'");
return this.adb("shell '" + command + "'"); // eslint-disable-line
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming this is for double quotes. Once we move to ES6, we should remove this in favor of string template.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

rwood-moz pushed a commit that referenced this pull request Oct 19, 2015
Bug 1215292 - Initial lint fixes
@rwood-moz rwood-moz merged commit 116d36c into mozilla-raptor:master Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants