Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Save all the contents of the reporter to the file not just the ultimate console.log statement. #22

Merged
merged 1 commit into from
Jan 9, 2014

Conversation

solenoid
Copy link
Contributor

@solenoid solenoid commented Jan 7, 2014

No description provided.

@gustavohenke
Copy link
Member

@markelog, what do you think about this?
It seems to me that it's good to merge.

@@ -287,6 +287,8 @@ module.exports = {
jscs.setErrors( errorsCollection ).report();

test.ok( grunt.file.exists( "test.xml" ), "test.xml should exist" );
test.notEqual( grunt.file.read( "test.xml" ), "</checkstyle>\n",
Copy link

Choose a reason for hiding this comment

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

test.xml or text.xml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

test.xml it was just a typo and I fixed it over in my repo https://github.com/solenoid/grunt-jscs-checker/commit/134f48ae416fbaae177a92c494e643c2bb9c9bb0

I'll try and update this pull request if I can but I can't tell if it is github's issues right now or some issue on how I did the pull request to bring that typo fix commit in here.

@gustavohenke
Copy link
Member

Fix the missing comma and squash the commits and I'll merge!

@solenoid
Copy link
Contributor Author

solenoid commented Jan 9, 2014

All fixed, and once merged I'll have another pull request coming to fix jshint to be recursive and then also try and fix all the issues missed because it is only one level deep for tasks.

gustavohenke pushed a commit that referenced this pull request Jan 9, 2014
Save all the contents of the reporter to the file not just the ultimate console.log statement.
@gustavohenke gustavohenke merged commit 878ca78 into jscs-dev:master Jan 9, 2014
@markelog
Copy link
Member

markelog commented Jan 9, 2014

@solenoid, @gustavohenke sorry for the late response, holidays finely got to me, PR looks great now, good catch.

@gustavohenke since we on the subject, how about following git conventions?

@gustavohenke
Copy link
Member

It seems good, @markelog. Let's follow these conventions.

@gustavohenke
Copy link
Member

@solenoid Released in NPM, v0.3.1

@solenoid
Copy link
Contributor Author

@gustavohenke thanks!

v0.3.1 works like a charm and glad to see the jscs version bump too.

Glad to see the updated conventions and new work will follow them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants