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

jscs integration #26

Merged
merged 1 commit into from
Apr 5, 2015
Merged

jscs integration #26

merged 1 commit into from
Apr 5, 2015

Conversation

justin808
Copy link
Member

No description provided.

* 2 Errors:

Missing newline after closing curly brace at ./assets/javascripts/CommentBox.jsx :
    44 |      var newComments = React.addons.update(oldComments, {$push: [newComment]});
    45 |      this.setState({ajaxSending: false, data: newComments, formData: this.emptyFormData});
    46 |    }, (xhr, status, err) => {
-------------^
    47 |      this.logError(xhr, status, err);
    48 |      this.setState({ajaxSending: false});

Missing newline after closing curly brace at ./assets/javascripts/CommentList.jsx :
    19 |        <Comment author={comment.author} key={index} text={comment.text}/>
    20 |      );
    21 |    });
-------------^
    22 |    return (
    23 |      <div className='commentList'>

2 code style errors found.
@justin808 justin808 changed the title wip on jscs integration jscs integration Apr 5, 2015
justin808 added a commit that referenced this pull request Apr 5, 2015
jscs integration -- two known failures -- hopefully addressed with upcoming fixes to jscs
@justin808 justin808 merged commit f210953 into master Apr 5, 2015
@robwise robwise deleted the integrate-jscs branch October 22, 2015 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant